Home | History | Annotate | Download | only in annotation

Lines Matching defs:annotation

26 package java.lang.annotation;
29 * The annotation type {@code java.lang.annotation.Repeatable} is
30 * used to indicate that the annotation type whose declaration it
32 * {@code @Repeatable} indicates the <em>containing annotation
33 * type</em> for the repeatable annotation type.
36 * @jls 9.6 Annotation Types
44 * Indicates the <em>containing annotation type</em> for the
45 * repeatable annotation type.
46 * @return the containing annotation type
48 Class<? extends Annotation> value();