Remove outdated declaration

See gh-25933
This commit is contained in:
Stéphane Nicoll 2023-09-15 11:19:51 +02:00
parent c3d1a886de
commit 6d948d03e5
1 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -85,10 +85,4 @@ public aspect AnnotationBeanConfigurerAspect extends AbstractInterfaceDrivenDepe
declare parents: @Configurable * implements ConfigurableObject;
/*
* This declaration shouldn't be needed,
* except for an AspectJ bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=214559)
*/
declare parents: @Configurable Serializable+ implements ConfigurableDeserializationSupport;
}