Searched refs:getAnnotationInfo (Results 1 – 2 of 2) sorted by relevance
23 fun getAnnotationInfo(annotation: AnnotationItem): AnnotationInfo in getAnnotationInfo() method106 override fun getAnnotationInfo(annotation: AnnotationItem): AnnotationInfo { in getAnnotationInfo() method in com.android.tools.metalava.model.BaseAnnotationManager
407 val info: AnnotationInfo by lazy { codebase.annotationManager.getAnnotationInfo(this) } in <lambda>()