mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Update list of annotations supporting @AliasFor
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user