Browse Source

Remove outdated documentation in @Reflective

pull/29492/head
Sam Brannen 3 years ago
parent
commit
1f0a35bacc
  1. 3
      spring-core/src/main/java/org/springframework/aot/hint/annotation/Reflective.java

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

@ -32,9 +32,6 @@ import org.springframework.core.annotation.AliasFor; @@ -32,9 +32,6 @@ import org.springframework.core.annotation.AliasFor;
* the annotated element. By default, a reflection hint is added on the
* annotated element so that it can be discovered and invoked if necessary.
*
* <p>A reflection hint is also added if necessary on the annotation that
* <em>directly</em> uses this annotation.
*
* @author Stephane Nicoll
* @author Sam Brannen
* @since 6.0

Loading…
Cancel
Save