The javac Java source compiler.
Backend: <span style="color: purple"><code>pants.backend.experimental.java</code></span> Config section: <span style="color: purple"><code>[javac]</code></span>
## Basic options
<div style="color: purple">
### `args
`
<code>--javac-args="[<shell_str>, <shell_str>, ...]"</code><br> <code>PANTS_JAVAC_ARGS</code><br>
</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>[]</code></span>
<br>
Arguments to pass directly to javac, e.g. `--javac-args='-g -deprecation'
`.
</div> <br>
## Advanced options
<div style="color: purple">
### `tailor_source_targets
`
<code>--[no-]javac-tailor-source-targets</code><br> <code>PANTS_JAVAC_TAILOR_SOURCE_TARGETS</code><br>
</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>True</code></span>
<br>
If true, add `java_sources
` and `java_tests
` targets with the `tailor
` goal.
</div> <br>
## Deprecated options
None