Link to Annotation Programming Model from What's New

Issue: SPR-11515
This commit is contained in:
Sam Brannen
2015-07-30 23:43:02 +02:00
parent 4d6f143f85
commit 731eccf524

View File

@@ -457,6 +457,7 @@ public @interface MyTestConfig {
// ...
}
----
** See <<annotation-programming-model,Spring Annotation Programming Model>>.
* Numerous improvements to Spring's search algorithms used for finding
meta-annotations. For example, locally declared _composed annotations_
are now favored over inherited annotations.