Home
last modified time | relevance | path

Searched refs:annotationTypes (Results 1 – 4 of 4) sorted by relevance

/external/auto/common/src/main/java/com/google/auto/common/
DBasicAnnotationProcessor.java218 ImmutableSet<TypeElement> annotationTypes = getSupportedAnnotationTypeElements(step); in process() local
221 .putAll(indexByAnnotation(elementsDeferredBySteps.get(step), annotationTypes)) in process()
222 .putAll(filterKeys(validElements, Predicates.in(annotationTypes))) in process()
315 Set<ElementName> annotatedElements, ImmutableSet<TypeElement> annotationTypes) { in indexByAnnotation() argument
321 findAnnotatedElements(element.get(), annotationTypes, deferredElements); in indexByAnnotation() local
347 ImmutableSet<TypeElement> annotationTypes, in findAnnotatedElements() argument
351 findAnnotatedElements(enclosedElement, annotationTypes, annotatedElements); in findAnnotatedElements()
358 findAnnotatedElements(parameterElement, annotationTypes, annotatedElements); in findAnnotatedElements()
361 for (TypeElement annotationType : annotationTypes) { in findAnnotatedElements()
/external/guice/core/src/com/google/inject/internal/
DAnnotations.java248 private final Collection<Class<? extends Annotation>> annotationTypes;
256 if (annotationTypes.contains(annotation.annotationType())) {
268 AnnotationChecker(Collection<Class<? extends Annotation>> annotationTypes) {
269 this.annotationTypes = annotationTypes;
/external/doclava/src/com/google/doclava/
DPackageInfo.java228 Converter.convertClasses(mPackage.annotationTypes()))); in annotations()
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt99 override fun annotationTypes(): Array<out AnnotationTypeDoc> = emptyArray() in annotationTypes() method