IMPORTANT: The Bazel docs have moved! Please update your bookmark to https://bazel.build/rules/lib/java_compilation_info
You can read about the migration, and let us know what you think.
Extensions >
API reference >
java_compilation_info
java_compilation_info
Provides access to compilation information for Java rules.boot_classpath
list java_compilation_info.boot_classpathBoot classpath for this Java target.
compilation_classpath
depset java_compilation_info.compilation_classpathCompilation classpath for this Java target.
javac_options
list java_compilation_info.javac_optionsOptions to java compiler.
runtime_classpath
depset java_compilation_info.runtime_classpathRun-time classpath for this Java target.