Home
last modified time | relevance | path

Searched +defs:prefix +defs:annotation (Results 1 – 1 of 1) sorted by relevance

/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DApiFile.kt655 for (annotation in newClassAnnotations.subtract(existingClassAnnotations)) { in tryMergingIntoExistingClass() constant
872 val prefix = startingToken.substringBefore('@') in getAnnotationCompleteToken() constant
874 val annotation = getAnnotationSource(tokenizer, annotationStart) in getAnnotationCompleteToken() constant
892 var annotation = token in getAnnotationSource() variable