Skip to content

Commit 255a52b

Browse files
committed
Fix attribute aliasing in @Reflective
See spring-projectsgh-28469
1 parent 65f9106 commit 255a52b

File tree

1 file changed

+2
-0
lines changed
  • spring-core/src/main/java/org/springframework/aot/hint/annotation

1 file changed

+2
-0
lines changed

spring-core/src/main/java/org/springframework/aot/hint/annotation/Reflective.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* annotated element so that it can be discovered and invoked if necessary.
3434
*
3535
* @author Stephane Nicoll
36+
* @author Sam Brannen
3637
* @since 6.0
3738
* @see SimpleReflectiveProcessor
3839
*/
@@ -45,6 +46,7 @@
4546
/**
4647
* Alias for {@link #processors()}.
4748
*/
49+
@AliasFor("processors")
4850
Class<? extends ReflectiveProcessor>[] value() default SimpleReflectiveProcessor.class;
4951

5052
/**

0 commit comments

Comments
 (0)