diff --git a/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionForBinding.java b/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionForBinding.java index 6062af631e0..ea0077c9eb6 100644 --- a/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionForBinding.java +++ b/spring-core/src/main/java/org/springframework/aot/hint/annotation/RegisterReflectionForBinding.java @@ -41,8 +41,7 @@ import org.springframework.core.annotation.AliasFor; * // ... * } * - *
The annotated element can be any Spring bean class, constructor, field, - * or method — for example: + *
The annotated element can be any Spring bean class or method — for example: * *
* @Service