Searched defs:AnnotationName (Results 1 – 2 of 2) sorted by relevance
8 data class ConstDef(val type: Type, val AnnotationName: String, val values: List<FieldDeclaration>)… constant in com.android.codegen.ConstDef
44 var AnnotationName = prefix.split("_") in ClassPrinter() variable