Closes gh-6155
This commit is contained in:
Johnny Lim
2016-06-14 14:12:51 +09:00
committed by Stephane Nicoll
parent ed96d142b8
commit a70a8635f9
7 changed files with 20 additions and 30 deletions

View File

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