Searched refs:AnnotationWithEnum2 (Results 1 – 4 of 4) sorted by relevance
7 @AnnotationWithEnum2(ReferencedByAnnotationWithOtherReferences.A)
11 public @interface AnnotationWithEnum2 { annotation
4 Lmultidex002/AnnotationWithEnum2;
76 return ((AnnotationWithEnum2) TestApplication.annotation2).value().get(); in getAnnotation2Value()