MCPcopy Create free account
hub / github.com/google/dagger / javacopts

Method javacopts

javatests/dagger/internal/codegen/CompilerMode.java:41–43  ·  view source on GitHub ↗

Returns the javacopts for this compiler mode.

()

Source from the content-addressed store, hash-verified

39
40 /** Returns the javacopts for this compiler mode. */
41 FluentIterable<String> javacopts() {
42 return FluentIterable.from(javacopts);
43 }
44
45 /**
46 * Returns a {@link JavaFileBuilder} that builds {@link javax.tools.JavaFileObject}s for this

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected