From 0e00f5bbaa0edfbe803de27f255b03914dcbe690 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 17 Jun 2015 21:36:13 +0100 Subject: [PATCH] Update "what's new" re: synthesizing maps into annotations --- src/asciidoc/whats-new.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 219b1d6cd4..5ba64ce395 100644 --- a/src/asciidoc/whats-new.adoc +++ b/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.