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.
- *
- * - {@link org.springframework.cache.annotation.Cacheable}
- * - {@link org.springframework.cache.annotation.CacheEvict}
- * - {@link org.springframework.cache.annotation.CachePut}
- * - {@link org.springframework.context.annotation.ComponentScan}
- * - {@link org.springframework.context.annotation.ComponentScan.Filter}
- * - {@link org.springframework.context.annotation.ImportResource}
- * - {@link org.springframework.context.annotation.Scope}
- * - {@link org.springframework.jmx.export.annotation.ManagedResource}
- * - {@link org.springframework.messaging.handler.annotation.Header}
- * - {@link org.springframework.messaging.handler.annotation.Payload}
- * - {@link org.springframework.messaging.simp.annotation.SendToUser}
- * - {@link org.springframework.test.context.ActiveProfiles}
- * - {@link org.springframework.test.context.ContextConfiguration}
- * - {@link org.springframework.test.context.jdbc.Sql}
- * - {@link org.springframework.test.context.TestExecutionListeners}
- * - {@link org.springframework.test.context.TestPropertySource}
- * - {@link org.springframework.transaction.annotation.Transactional}
- * - {@link org.springframework.web.bind.annotation.ControllerAdvice}
- * - {@link org.springframework.web.bind.annotation.CookieValue}
- * - {@link org.springframework.web.bind.annotation.CrossOrigin}
- * - {@link org.springframework.web.bind.annotation.MatrixVariable}
- * - {@link org.springframework.web.bind.annotation.RequestHeader}
- * - {@link org.springframework.web.bind.annotation.RequestMapping}
- * - {@link org.springframework.web.bind.annotation.RequestParam}
- * - {@link org.springframework.web.bind.annotation.RequestPart}
- * - {@link org.springframework.web.bind.annotation.ResponseStatus}
- * - {@link org.springframework.web.bind.annotation.SessionAttributes}
- * - {@link org.springframework.web.portlet.bind.annotation.ActionMapping}
- * - {@link org.springframework.web.portlet.bind.annotation.RenderMapping}
- *
+ * 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