Searched refs:Inherited (Results 1 – 7 of 7) sorted by relevance
52 public @interface Inherited { annotation
21 import java.lang.annotation.Inherited;54 @Inherited65 @Inherited74 @Inherited
21 import java.lang.annotation.Inherited;38 Repeated.class.isAnnotationPresent(Inherited.class); in setUp()
22 import java.lang.annotation.Inherited;69 @Inherited
24 import java.lang.annotation.Inherited;74 @Inherited
34 import java.lang.annotation.Inherited;2498 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) { in getAnnotation()2525 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) { in isAnnotationPresent()2556 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) { in getAnnotationsByType()2591 if (!map.containsKey(clazz) && clazz.isDeclaredAnnotationPresent(Inherited.class)) { in getAnnotations()
107 "ojluni/src/main/java/java/lang/annotation/Inherited.java",