Searched defs:annotationTypes (Results 1 – 2 of 2) sorted by relevance
218 ImmutableSet<TypeElement> annotationTypes = getSupportedAnnotationTypeElements(step); in process() local315 Set<ElementName> annotatedElements, ImmutableSet<TypeElement> annotationTypes) { in indexByAnnotation()321 findAnnotatedElements(element.get(), annotationTypes, deferredElements); in indexByAnnotation() local347 ImmutableSet<TypeElement> annotationTypes, in findAnnotatedElements()
99 override fun annotationTypes(): Array<out AnnotationTypeDoc> = emptyArray() in annotationTypes() method