Home
last modified time | relevance | path

Searched refs:getSoleAnnotation (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/test/examples/multidex002/
DTestApplication.java14 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