|
|
|
@ -1,5 +1,5 @@
@@ -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
@@ -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; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|