Searched refs:JAVA_LANG_ANNOTATION (Results 1 – 2 of 2) sorted by relevance
23 const val JAVA_LANG_ANNOTATION = "java.lang.annotation.Annotation" constant
42 import static com.android.tools.metalava.ConstantsKt.JAVA_LANG_ANNOTATION;251 api.mapClassToInterface(cl, JAVA_LANG_ANNOTATION); in parseClass()252 } else if (api.implementsInterface(cl, JAVA_LANG_ANNOTATION)) { in parseClass()