Home | History | Annotate | Download | only in annotation

Lines Matching defs:annotation

1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
8 import javax.annotation.meta.TypeQualifierDefault;
11 * This annotation can be applied to a package, class or method to indicate that
14 * <li>An explicit nullness annotation
16 * annotation of the corresponding parameter in the superclass applies)
17 * <li> there is a default parameter annotation applied to a more tightly nested