Searched defs:isAnnotationPresent (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DAnnotatedElement.java251 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { method in interface:AnnotatedElement
H A DAccessibleObject.java177 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { method in class:AccessibleObject
178 return AnnotatedElement.super.isAnnotationPresent(annotationClass);
H A DField.java864 @Override public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { method in class:Field
H A DExecutable.java637 public final boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { method in class:Executable
/libcore/ojluni/src/main/java/java/lang/
H A DPackage.java412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { method in class:Package
413 return AnnotatedElement.super.isAnnotationPresent(annotationClass);
H A DClass.java2502 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { method in class:Class

Completed in 58 milliseconds