master
Sam Brannen 9 years ago
parent 734aecb15a
commit c663fd551a
  1. 1
      spring-core/src/main/java/org/springframework/core/annotation/AliasFor.java

@ -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