Searched refs:JAVA_LANG_ANNOTATION (Results 1 – 3 of 3) sorted by relevance
24 const val JAVA_LANG_ANNOTATION = "java.lang.annotation.Annotation" constant
294 JAVA_LANG_ANNOTATION in <lambda>()
39 import static com.android.tools.metalava.ConstantsKt.JAVA_LANG_ANNOTATION;331 api.mapClassToInterface(cl, JAVA_LANG_ANNOTATION); in parseClass()332 } else if (api.implementsInterface(cl, JAVA_LANG_ANNOTATION)) { in parseClass()