Home | History | Annotate | Download | only in lang

Lines Matching defs:getDeclaredAnnotation

2488         A annotation = getDeclaredAnnotation(annotationClass);
2495 annotation = sup.getDeclaredAnnotation(annotationClass);
2603 public native <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass);