Home
last modified time | relevance | path

Searched refs:ModuleAnnotation (Results 1 – 9 of 9) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DSubcomponentDeclaration.java29 import dagger.internal.codegen.base.ModuleAnnotation;
54 public abstract ModuleAnnotation moduleAnnotation(); in moduleAnnotation()
75 ModuleAnnotation moduleAnnotation = in forModule()
76 ModuleAnnotation.moduleAnnotation(module, superficialValidation).get(); in forModule()
DComponentDescriptorFactory.java28 import static dagger.internal.codegen.base.ModuleAnnotation.moduleAnnotation;
48 import dagger.internal.codegen.base.ModuleAnnotation;
106 Optional<ModuleAnnotation> annotation = moduleAnnotation(typeElement, superficialValidation); in moduleComponentDescriptor()
DComponentCreatorDescriptor.java22 import static dagger.internal.codegen.base.ModuleAnnotation.moduleAnnotations;
DModuleDescriptor.java26 import static dagger.internal.codegen.base.ModuleAnnotation.moduleAnnotation;
/external/dagger2/java/dagger/internal/codegen/base/
DModuleAnnotation.java38 public abstract class ModuleAnnotation { class
91 private static ModuleAnnotation create(XAnnotation annotation) { in create()
96 ModuleAnnotation moduleAnnotation = new AutoValue_ModuleAnnotation(getClassName(annotation)); in create()
105 public static Optional<ModuleAnnotation> moduleAnnotation( in moduleAnnotation()
DComponentAnnotation.java191 public static ComponentAnnotation fromModuleAnnotation(ModuleAnnotation moduleAnnotation) { in fromModuleAnnotation()
/external/dagger2/java/dagger/internal/codegen/validation/
DBindsInstanceMethodValidator.java21 import static dagger.internal.codegen.base.ModuleAnnotation.moduleAnnotation;
29 import dagger.internal.codegen.base.ModuleAnnotation;
90 private static String didYouMeanBinds(ModuleAnnotation moduleAnnotation) { in didYouMeanBinds()
DComponentValidator.java33 import static dagger.internal.codegen.base.ModuleAnnotation.moduleAnnotation;
34 import static dagger.internal.codegen.base.ModuleAnnotation.moduleAnnotations;
DModuleValidator.java23 import static dagger.internal.codegen.base.ModuleAnnotation.isModuleAnnotation;