Home
last modified time | relevance | path

Searched defs:annotationTypes (Results 1 – 2 of 2) sorted by relevance

/external/auto/common/src/main/java/com/google/auto/common/
DBasicAnnotationProcessor.java218 ImmutableSet<TypeElement> annotationTypes = getSupportedAnnotationTypeElements(step); in process() local
315 Set<ElementName> annotatedElements, ImmutableSet<TypeElement> annotationTypes) { in indexByAnnotation()
321 findAnnotatedElements(element.get(), annotationTypes, deferredElements); in indexByAnnotation() local
347 ImmutableSet<TypeElement> annotationTypes, in findAnnotatedElements()
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt99 override fun annotationTypes(): Array<out AnnotationTypeDoc> = emptyArray() in annotationTypes() method