Home | History | Annotate | Download | only in annotation

Lines Matching defs:inherited

68      * Whether this annotation type is inherited.
70 private boolean inherited = false;
125 // Initialize retention, & inherited fields. Special treatment
128 annotationClass != Inherited.class) {
131 inherited = annotationClass.isAnnotationPresent(Inherited.class);
196 * Returns true if this this annotation type is inherited.
199 return inherited;
210 s.append(" Inherited: " + inherited);