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

/libcore/ojluni/src/main/java/java/lang/
H A DClass.java2484 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) {
2507 if (isDeclaredAnnotationPresent(annotationClass)) {
2511 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) {
2513 if (sup.isDeclaredAnnotationPresent(annotationClass)) {
2542 if (annotationClass.isDeclaredAnnotationPresent(Inherited.class)) {
2577 if (!map.containsKey(clazz) && clazz.isDeclaredAnnotationPresent(Inherited.class)) {
2607 private native boolean isDeclaredAnnotationPresent(Class<? extends Annotation> annotationClass); method in class:Class

Completed in 27 milliseconds