Home
last modified time | relevance | path

Searched refs:builderAnnotationType (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DComponentDescriptor.java115 Class<? extends Annotation> builderAnnotationType() { in builderAnnotationType() method in ComponentDescriptor.Kind
339 ImmutableList<DeclaredType> enclosedBuilders = kind.builderAnnotationType() == null
341 : enclosedBuilders(componentDefinitionType, kind.builderAnnotationType());
DBuilderValidator.java68 Class<? extends Annotation> builderAnnotation = componentType.builderAnnotationType(); in validate()
DComponentValidator.java143 enclosedBuilders(subject, componentType.builderAnnotationType()); in validate()