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