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.