Skip to content

Commit

Permalink
Remove outdated declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Sep 15, 2023
1 parent c3d1a88 commit 6d948d0
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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;

}

0 comments on commit 6d948d0

Please sign in to comment.