Searched refs:getDeclaredAnnotation (Results 1 – 4 of 4) sorted by relevance
200 return AnnotationAccess.getDeclaredAnnotation(this, annotationType); in getAnnotation()
300 return AnnotationAccess.getDeclaredAnnotation(this, annotationType); in getAnnotation()
252 return AnnotationAccess.getDeclaredAnnotation(this, annotationType); in getAnnotation()
72 A annotation = getDeclaredAnnotation(c, annotationType); in getAnnotation()79 annotation = getDeclaredAnnotation(sup, annotationType); in getAnnotation()167 public static <A extends Annotation> A getDeclaredAnnotation( in getDeclaredAnnotation() method in AnnotationAccess