Document meta-annotation support in the TCF

- Completed Javadoc for MetaAnnotationUtils.
- Added Javadoc notes to multiple annotations in the TCF, pointing out
  which annotations can be used as meta-annotations.

Issue: SPR-11109
This commit is contained in:
Sam Brannen
2013-12-11 14:43:10 +01:00
parent 9fbb57c3ec
commit a223e247c2
17 changed files with 148 additions and 32 deletions

View File

@@ -36,6 +36,7 @@ import static org.springframework.test.context.MetaAnnotationUtils.*;
*
* @author Sam Brannen
* @since 4.0
* @see OverriddenMetaAnnotationAttributesTests
*/
public class MetaAnnotationUtilsTests {

View File

@@ -34,6 +34,7 @@ import static org.springframework.test.context.MetaAnnotationUtils.*;
*
* @author Sam Brannen
* @since 4.0
* @see MetaAnnotationUtilsTests
*/
public class OverriddenMetaAnnotationAttributesTests {