Browse Source

Polishing

pull/869/head
Sam Brannen 9 years ago
parent
commit
c663fd551a
  1. 1
      spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java

1
spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java

@ -202,7 +202,6 @@ public @interface AliasFor { @@ -202,7 +202,6 @@ public @interface AliasFor {
@AliasFor("value")
String attribute() default "";
/**
* The type of annotation in which the aliased {@link #attribute} is declared.
* <p>Defaults to {@link Annotation}, implying that the aliased attribute is

Loading…
Cancel
Save