Home
last modified time | relevance | path

Searched defs:moduleTypes (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java114 public ImmutableList<TypeMirror> moduleTypes() { in moduleTypes() method in ComponentAnnotation
248 public ImmutableList<TypeMirror> moduleTypes() { in moduleTypes() method in ComponentAnnotation.RealComponentAnnotation
314 public ImmutableList<TypeMirror> moduleTypes() { in moduleTypes() method in ComponentAnnotation.FictionalComponentAnnotation
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentDescriptor.java121 public final ImmutableSet<TypeElement> moduleTypes() { in moduleTypes() method in ComponentDescriptor
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java321 ImmutableSet<TypeElement> moduleTypes = in validateSubcomponentFactoryMethod() local