Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/internal/codegen/
DDaggerModuleMethodSubject.java89 private ImmutableList<JavaFileObject> additionalSources = ImmutableList.of(); field in DaggerModuleMethodSubject
139 this.additionalSources = ImmutableList.copyOf(sources); in withAdditionalSources()
151 daggerCompiler().compile(FluentIterable.from(additionalSources).append(module)); in hasError()