Searched refs:additionalSources (Results 1 – 1 of 1) sorted by relevance
89 private ImmutableList<JavaFileObject> additionalSources = ImmutableList.of(); field in DaggerModuleMethodSubject139 this.additionalSources = ImmutableList.copyOf(sources); in withAdditionalSources()151 daggerCompiler().compile(FluentIterable.from(additionalSources).append(module)); in hasError()