Returns the javacopts for this compiler mode.
()
| 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 |
no test coverage detected