Searched defs:builderAnnotationType (Results 1 - 1 of 1) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DComponentDescriptor.java115 Class<? extends Annotation> builderAnnotationType() { method in class:ComponentDescriptor.Kind
339 ImmutableList<DeclaredType> enclosedBuilders = kind.builderAnnotationType() == null
341 : enclosedBuilders(componentDefinitionType, kind.builderAnnotationType());

Completed in 88 milliseconds