Fix RegisterReflectionForBinding Javadoc

Closes gh-32947
This commit is contained in:
Sébastien Deleuze 2024-06-03 18:26:24 +02:00
parent 31806f3a6b
commit d55abc6cf9
1 changed files with 1 additions and 2 deletions

View File

@ -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