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

This commit is contained in:
Sam Brannen
2015-06-17 21:36:13 +01:00
parent b65c277fc6
commit 0e00f5bbaa

View File

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