Searched refs:InsideAnnotation (Results 1 – 1 of 1) sorted by relevance
44 private @interface InsideAnnotation { annotation in AnnotationValuesTest61 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()