提交 0940f43a 编写于 作者: S Sam Brannen

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
上级 f300325b
...@@ -102,40 +102,10 @@ import java.lang.annotation.Target; ...@@ -102,40 +102,10 @@ import java.lang.annotation.Target;
* }</pre> * }</pre>
* *
* <h3>Spring Annotations Supporting Attribute Aliases</h3> * <h3>Spring Annotations Supporting Attribute Aliases</h3>
* <p>As of Spring Framework 4.2, the following annotations within core * <p>As of Spring Framework 4.2, several annotations within core Spring
* Spring have been updated to use {@code @AliasFor} to configure their * have been updated to use {@code @AliasFor} to configure their internal
* internal attribute aliases. * attribute aliases. Consult the Javadoc for individual annotations as well
* <ul> * as the reference manual for details.
* <li>{@link org.springframework.cache.annotation.Cacheable}</li>
* <li>{@link org.springframework.cache.annotation.CacheEvict}</li>
* <li>{@link org.springframework.cache.annotation.CachePut}</li>
* <li>{@link org.springframework.context.annotation.ComponentScan}</li>
* <li>{@link org.springframework.context.annotation.ComponentScan.Filter}</li>
* <li>{@link org.springframework.context.annotation.ImportResource}</li>
* <li>{@link org.springframework.context.annotation.Scope}</li>
* <li>{@link org.springframework.jmx.export.annotation.ManagedResource}</li>
* <li>{@link org.springframework.messaging.handler.annotation.Header}</li>
* <li>{@link org.springframework.messaging.handler.annotation.Payload}</li>
* <li>{@link org.springframework.messaging.simp.annotation.SendToUser}</li>
* <li>{@link org.springframework.test.context.ActiveProfiles}</li>
* <li>{@link org.springframework.test.context.ContextConfiguration}</li>
* <li>{@link org.springframework.test.context.jdbc.Sql}</li>
* <li>{@link org.springframework.test.context.TestExecutionListeners}</li>
* <li>{@link org.springframework.test.context.TestPropertySource}</li>
* <li>{@link org.springframework.transaction.annotation.Transactional}</li>
* <li>{@link org.springframework.web.bind.annotation.ControllerAdvice}</li>
* <li>{@link org.springframework.web.bind.annotation.CookieValue}</li>
* <li>{@link org.springframework.web.bind.annotation.CrossOrigin}</li>
* <li>{@link org.springframework.web.bind.annotation.MatrixVariable}</li>
* <li>{@link org.springframework.web.bind.annotation.RequestHeader}</li>
* <li>{@link org.springframework.web.bind.annotation.RequestMapping}</li>
* <li>{@link org.springframework.web.bind.annotation.RequestParam}</li>
* <li>{@link org.springframework.web.bind.annotation.RequestPart}</li>
* <li>{@link org.springframework.web.bind.annotation.ResponseStatus}</li>
* <li>{@link org.springframework.web.bind.annotation.SessionAttributes}</li>
* <li>{@link org.springframework.web.portlet.bind.annotation.ActionMapping}</li>
* <li>{@link org.springframework.web.portlet.bind.annotation.RenderMapping}</li>
* </ul>
* *
* @author Sam Brannen * @author Sam Brannen
* @since 4.2 * @since 4.2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册