Add TODO in AnnotatedElementUtilsTests

Issue: SPR-14069
This commit is contained in:
Sam Brannen
2016-03-18 15:29:25 +01:00
parent 43661ededb
commit 2153d88706

View File

@@ -891,7 +891,7 @@ public class AnnotatedElementUtilsTests {
@AliasFor(annotation = ContextConfig.class)
String[] locations() default {};
// TODO Determine why transitive implicit alias does not work
// TODO [SPR-14069] Determine why transitive implicit alias does not work
// hoping to be able to omit: attribute = "locations"
@AliasFor(annotation = ContextConfig.class, attribute = "locations")
String[] value() default {};