Add TODO in AnnotatedElementUtilsTests

Issue: SPR-14069
master
Sam Brannen 9 years ago
parent 43661ededb
commit 2153d88706
  1. 2
      spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java

@ -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 {};

Loading…
Cancel
Save