Polish
Closes gh-6155
This commit is contained in:
committed by
Stephane Nicoll
parent
ed96d142b8
commit
a70a8635f9
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user