Searched refs:getDeclaredAnnotation (Results 1 – 4 of 4) sorted by relevance
204 return AnnotationAccess.getDeclaredAnnotation(this, annotationType); in getAnnotation()
301 return AnnotationAccess.getDeclaredAnnotation(this, annotationType); in getAnnotation()
242 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