src/share/classes/java/lang/annotation/Annotation.java

Print this page

        

*** 32,41 **** --- 32,45 ---- * define an annotation type. * * More information about annotation types can be found in section 9.6 of * <cite>The Java&trade; Language Specification</cite>. * + * The {@link java.lang.reflect.AnnotatedElement} interface discusses + * compatibility concerns when evolving an annotation type from being + * non-repeatable to being repeatable. + * * @author Josh Bloch * @since 1.5 */ public interface Annotation { /**