Home
last modified time | relevance | path

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

/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationValuesTest.java44 private @interface InsideAnnotation { annotation in AnnotationValuesTest
61 InsideAnnotation insideAnnotationValue(); in insideAnnotationValue()
63 InsideAnnotation[] insideAnnotationValues(); in insideAnnotationValues()
116 insideAnnotationValue = @InsideAnnotation(19),
117 insideAnnotationValues = {@InsideAnnotation(20), @InsideAnnotation(21)},
184 TypeElement insideAnnotation = getTypeElement(InsideAnnotation.class); in getAnnotationMirror()
195 TypeElement insideAnnotation = getTypeElement(InsideAnnotation.class); in getAnnotationMirrors()