We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f9106 commit 255a52bCopy full SHA for 255a52b
spring-core/src/main/java/org/springframework/aot/hint/annotation/Reflective.java
@@ -33,6 +33,7 @@
33
* annotated element so that it can be discovered and invoked if necessary.
34
*
35
* @author Stephane Nicoll
36
+ * @author Sam Brannen
37
* @since 6.0
38
* @see SimpleReflectiveProcessor
39
*/
@@ -45,6 +46,7 @@
45
46
/**
47
* Alias for {@link #processors()}.
48
49
+ @AliasFor("processors")
50
Class<? extends ReflectiveProcessor>[] value() default SimpleReflectiveProcessor.class;
51
52
0 commit comments