Searched refs:RepeatedAnnotationHandler (Results 1 – 3 of 3) sorted by relevance
32 public class RepeatedAnnotationHandler extends AnnotationHandler { class39 public RepeatedAnnotationHandler(String innerAnnotationName, AnnotationHandler wrappedHandler) { in RepeatedAnnotationHandler() method in RepeatedAnnotationHandler
23 import com.android.annotationvisitor.RepeatedAnnotationHandler;230 .put(containerAnnotationName, new RepeatedAnnotationHandler(annotationName, handler)); in addRepeatedAnnotationHandlers()
70 new RepeatedAnnotationHandler("Lannotation/Annotation;", handler)); in testRepeated()