We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43661ed commit 2153d88Copy full SHA for 2153d88
spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java
@@ -891,7 +891,7 @@ static class MetaCycleAnnotatedClass {
891
@AliasFor(annotation = ContextConfig.class)
892
String[] locations() default {};
893
894
- // TODO Determine why transitive implicit alias does not work
+ // TODO [SPR-14069] Determine why transitive implicit alias does not work
895
// hoping to be able to omit: attribute = "locations"
896
@AliasFor(annotation = ContextConfig.class, attribute = "locations")
897
String[] value() default {};
0 commit comments