From 0940f43a4727c55e29fdccf8f6acc622214fd789 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 8 Jul 2015 15:13:09 +0200 Subject: [PATCH] Stop documenting annotations using @AliasFor in Javadoc The removed listing will later be incorporated into the reference manual in a dedicated section. Issue: SPR-11515 --- .../core/annotation/AliasFor.java | 38 ++----------------- 1 file changed, 4 insertions(+), 34 deletions(-) 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 ba5bc0831d..9832f094b8 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 -- GitLab