Browse Source

Fix RegisterReflectionForBinding Javadoc

Closes gh-32947
pull/33047/head
Sébastien Deleuze 2 years ago
parent
commit
d55abc6cf9
  1. 3
      spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionForBinding.java

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

@ -41,8 +41,7 @@ import org.springframework.core.annotation.AliasFor; @@ -41,8 +41,7 @@ import org.springframework.core.annotation.AliasFor;
* // ...
* }</pre>
*
* <p>The annotated element can be any Spring bean class, constructor, field,
* or method &mdash; for example:
* <p>The annotated element can be any Spring bean class or method &mdash; for example:
*
* <pre class="code">
* &#064;Service

Loading…
Cancel
Save