Polish
Closes gh-11510
This commit is contained in:
committed by
Stephane Nicoll
parent
7c5cf903fc
commit
37d8eedae3
@@ -37,6 +37,6 @@ public enum SkipPropertyMapping {
|
||||
/**
|
||||
* Don't skip mapping the property.
|
||||
*/
|
||||
NO,
|
||||
NO
|
||||
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ public @interface WebMvcTest {
|
||||
* on the classpath. Defaults to {@code true}.
|
||||
* @return if Spring Security's MockMvc support is auto-configured
|
||||
*/
|
||||
@AliasFor(annotation = AutoConfigureMockMvc.class, attribute = "secure")
|
||||
@AliasFor(annotation = AutoConfigureMockMvc.class)
|
||||
boolean secure() default true;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user