Searched refs:SUBCOMPONENT_BUILDER (Results 1 – 6 of 6) sorted by relevance
26 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.SUBCOMPONENT_BUILDER;49 immutableEnumSet(SUBCOMPONENT_FACTORY, SUBCOMPONENT_BUILDER)); in parameters()
21 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.SUBCOMPONENT_BUILDER;37 creatorMessagesFor(SUBCOMPONENT_BUILDER);
22 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.SUBCOMPONENT_BUILDER;46 return ImmutableList.copyOf(new Object[][] {{SUBCOMPONENT_BUILDER}, {SUBCOMPONENT_FACTORY}}); in parameters()
40 SUBCOMPONENT_BUILDER(Subcomponent.Builder.class), enumConstant
62 public static final ClassName SUBCOMPONENT_BUILDER = field in ClassNames
204 return ClassNames.SUBCOMPONENT_BUILDER; in componentBuilderAnnotation()