提交 0d12b840 编写于 作者: S Sam Brannen

Document single element annotation attribute overrides in "What's New"

Issue: SPR-13972
上级 4bead6e5
......@@ -634,6 +634,10 @@ public @interface MyTestConfig {
* `@Configuration` classes support constructor injection.
* Any SpEL expression used to specify the `condition` of an `@EventListener` can
now refer to beans (i.e. `@beanName.method()`).
* _Composed annotations_ can now override array attributes in meta-annotations
with a single element of the component type of the array. For example, the
`String[] path` attribute of `@RequestMapping` can be overridden with
`String path` in a composed annotation.
=== Data Access Improvements
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册