Home
last modified time | relevance | path

Searched refs:moduleValues (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java111 public abstract ImmutableList<AnnotationValue> moduleValues(); in moduleValues() method in ComponentAnnotation
115 return moduleValues().stream().map(MoreAnnotationValues::asType).collect(toImmutableList()); in moduleTypes()
242 public ImmutableList<AnnotationValue> moduleValues() { in moduleValues() method in ComponentAnnotation.RealComponentAnnotation
308 public ImmutableList<AnnotationValue> moduleValues() { in moduleValues() method in ComponentAnnotation.FictionalComponentAnnotation
/external/dagger2/java/dagger/internal/codegen/validation/
DModuleValidator.java474 return componentAnnotation(annotation).moduleValues(); in getModules()