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

Issue: SPR-13972
master
Sam Brannen 9 years ago
parent 4bead6e542
commit 0d12b84022
  1. 4
      src/asciidoc/whats-new.adoc

@ -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

Loading…
Cancel
Save