From 731eccf524425239a11b6a7dd75fe506829732ee Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 30 Jul 2015 23:43:02 +0200 Subject: [PATCH] Link to Annotation Programming Model from What's New Issue: SPR-11515 --- src/asciidoc/whats-new.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 82e9c2ba01..b4c56ec621 100644 --- a/src/asciidoc/whats-new.adoc +++ b/src/asciidoc/whats-new.adoc @@ -457,6 +457,7 @@ public @interface MyTestConfig { // ... } ---- +** See <>. * Numerous improvements to Spring's search algorithms used for finding meta-annotations. For example, locally declared _composed annotations_ are now favored over inherited annotations.