Home
last modified time | relevance | path

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

/tools/platform-compat/java/com/android/annotationvisitor/
DRepeatedAnnotationHandler.java32 public class RepeatedAnnotationHandler extends AnnotationHandler { class
39 public RepeatedAnnotationHandler(String innerAnnotationName, AnnotationHandler wrappedHandler) { in RepeatedAnnotationHandler() method in RepeatedAnnotationHandler
/tools/platform-compat/java/com/android/class2nonsdklist/
DClass2NonSdkList.java23 import com.android.annotationvisitor.RepeatedAnnotationHandler;
230 .put(containerAnnotationName, new RepeatedAnnotationHandler(annotationName, handler)); in addRepeatedAnnotationHandlers()
/tools/platform-compat/javatest/com/android/annotationvisitor/
DRepeatedAnnotationHandlerTest.java70 new RepeatedAnnotationHandler("Lannotation/Annotation;", handler)); in testRepeated()