Home
last modified time | relevance | path

Searched defs:isAnnotationPresent (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DAnnotatedElement.annotated.java36 public default boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lan… in isAnnotationPresent() method
DAccessibleObject.annotated.java44 public boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.annota… in isAnnotationPresent() method in AccessibleObject
DExecutable.annotated.java70 public final boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.… in isAnnotationPresent() method in Executable
DField.annotated.java98 public boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.annota… in isAnnotationPresent() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java252 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
DAccessibleObject.java210 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in AccessibleObject
DField.java912 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Field
DExecutable.java645 public final boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Executable
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DAccessibleObject.java61 public boolean isAnnotationPresent( in isAnnotationPresent() method in AccessibleObject
DField.java158 public boolean isAnnotationPresent( in isAnnotationPresent() method in Field
DExecutable.java165 public final boolean isAnnotationPresent( in isAnnotationPresent() method in Executable
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java161 public boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.annota… in isAnnotationPresent() method in Class
/libcore/ojluni/src/main/java/java/lang/
DPackage.java412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Package
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java175 public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annot… in isAnnotationPresent() method in Class
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java367 public boolean isAnnotationPresent( in isAnnotationPresent() method in Class