Searched refs:DEFAULT_JAVACOPTS (Results 1 – 1 of 1) sorted by relevance
46 static final ImmutableList<String> DEFAULT_JAVACOPTS = field in Compilers57 return javac().withProcessors(processors.build()).withOptions(DEFAULT_JAVACOPTS); in daggerCompiler()74 .withOptions(ImmutableList.builder().addAll(DEFAULT_JAVACOPTS).addAll(options).build()); in compilerWithOptions()