Update "what's new" re: synthesizing maps into annotations

master
Sam Brannen 9 years ago
parent b65c277fc6
commit 0e00f5bbaa
  1. 2
      src/asciidoc/whats-new.adoc

@ -463,6 +463,8 @@ public @interface MyTestConfig {
can now be discovered on interfaces and on abstract, bridge, & interface
methods as well as on classes, standard methods, constructors, and
fields.
* Maps representing annotation attributes (and `AnnotationAttributes` instances)
can be _synthesized_ (i.e., converted) into an annotation.
* The features of field-based data binding (`DirectFieldAccessor`) have been aligned with the current
property-based data binding (`BeanWrapper`). In particular, field-based binding now supports
navigation for Collections, Arrays, and Maps.

Loading…
Cancel
Save