Searched refs:getSoleAnnotation (Results 1 – 1 of 1) sorted by relevance
27 public static Annotation annotation2 = getSoleAnnotation(Annotated.class);28 public static Annotation annotation3 = getSoleAnnotation(Annotated2.class);32 return getSoleAnnotation(TestApplication.class); in getAnnotationWithEnum()35 public static Annotation getSoleAnnotation(Class<?> annotated) { in getSoleAnnotation() method in TestApplication