Browse Source

Update list of annotations supporting @AliasFor

pull/846/head
Sam Brannen 9 years ago
parent
commit
0e67adb3a9
  1. 3
      src/asciidoc/whats-new.adoc

3
src/asciidoc/whats-new.adoc

@ -420,7 +420,8 @@ method has been added. @@ -420,7 +420,8 @@ method has been added.
`@TestPropertySource`, `@Transactional`, `@ControllerAdvice`,
`@CookieValue`, `@CrossOrigin`, `@MatrixVariable`, `@RequestHeader`,
`@RequestMapping`, `@RequestParam`, `@RequestPart`, `@ResponseStatus`,
`@SessionAttributes`, `@ActionMapping`, `@RenderMapping`.
`@SessionAttributes`, `@ActionMapping`, `@RenderMapping`,
`@EventListener`, `@TransactionalEventListener`.
** For example, `@ContextConfiguration` from the `spring-test` module
is now declared as follows:
[source,java,indent=0]

Loading…
Cancel
Save