Skip to content

Commit d55abc6

Browse files
committed
Fix RegisterReflectionForBinding Javadoc
Closes gh-32947
1 parent 31806f3 commit d55abc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
* // ...
4242
* }</pre>
4343
*
44-
* <p>The annotated element can be any Spring bean class, constructor, field,
45-
* or method &mdash; for example:
44+
* <p>The annotated element can be any Spring bean class or method &mdash; for example:
4645
*
4746
* <pre class="code">
4847
* &#064;Service

0 commit comments

Comments
 (0)