Searched refs:getSubcomponentCreator (Results 1 – 3 of 3) sorted by relevance
20 import static dagger.internal.codegen.binding.ConfigurationAnnotations.getSubcomponentCreator;81 getSubcomponentCreator(subcomponent).get().asType()), in forModule()
58 public static Optional<TypeElement> getSubcomponentCreator(TypeElement subcomponent) { in getSubcomponentCreator() method in ConfigurationAnnotations
36 import static dagger.internal.codegen.binding.ConfigurationAnnotations.getSubcomponentCreator;322 if (getSubcomponentCreator(subcomponentAttribute).isPresent()) { in validateSubcomponentHasBuilder()