Closes gh-11510
This commit is contained in:
Johnny Lim
2018-01-05 09:10:06 +09:00
committed by Stephane Nicoll
parent 7c5cf903fc
commit 37d8eedae3
20 changed files with 36 additions and 42 deletions

View File

@@ -354,7 +354,7 @@ public class AnnotationsPropertySourceTests {
@AliasedAttributeAnnotation
static @interface AttributeWithAliasAnnotation {
@AliasFor(annotation = AliasedAttributeAnnotation.class, attribute = "value")
@AliasFor(annotation = AliasedAttributeAnnotation.class)
String value() default "foo";
String someOtherAttribute() default "shouldNotBeMapped";