diff --git a/spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java b/spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java index ba5bc0831d5..9832f094b8e 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java @@ -102,40 +102,10 @@ import java.lang.annotation.Target; * } * *

Spring Annotations Supporting Attribute Aliases

- *

As of Spring Framework 4.2, the following annotations within core - * Spring have been updated to use {@code @AliasFor} to configure their - * internal attribute aliases. - *

+ *

As of Spring Framework 4.2, several annotations within core Spring + * have been updated to use {@code @AliasFor} to configure their internal + * attribute aliases. Consult the Javadoc for individual annotations as well + * as the reference manual for details. * * @author Sam Brannen * @since 4.2