Update list of annotations supporting @AliasFor
This commit is contained in:
parent
2afbfb2c0d
commit
0e67adb3a9
|
@ -420,7 +420,8 @@ method has been added.
|
||||||
`@TestPropertySource`, `@Transactional`, `@ControllerAdvice`,
|
`@TestPropertySource`, `@Transactional`, `@ControllerAdvice`,
|
||||||
`@CookieValue`, `@CrossOrigin`, `@MatrixVariable`, `@RequestHeader`,
|
`@CookieValue`, `@CrossOrigin`, `@MatrixVariable`, `@RequestHeader`,
|
||||||
`@RequestMapping`, `@RequestParam`, `@RequestPart`, `@ResponseStatus`,
|
`@RequestMapping`, `@RequestParam`, `@RequestPart`, `@ResponseStatus`,
|
||||||
`@SessionAttributes`, `@ActionMapping`, `@RenderMapping`.
|
`@SessionAttributes`, `@ActionMapping`, `@RenderMapping`,
|
||||||
|
`@EventListener`, `@TransactionalEventListener`.
|
||||||
** For example, `@ContextConfiguration` from the `spring-test` module
|
** For example, `@ContextConfiguration` from the `spring-test` module
|
||||||
is now declared as follows:
|
is now declared as follows:
|
||||||
[source,java,indent=0]
|
[source,java,indent=0]
|
||||||
|
|
Loading…
Reference in New Issue