Searched refs:Inherited (Results 1 – 5 of 5) sorted by relevance
29 public @interface Inherited { annotation
22 import java.lang.annotation.Inherited;69 @Inherited
24 import java.lang.annotation.Inherited;74 @Inherited
21 import java.lang.annotation.Inherited;281 @Inherited
26 import java.lang.annotation.Inherited;95 return isDeclaredAnnotationPresent(annotationType, Inherited.class); in isInherited()