IMPORTANT: The Bazel docs have moved! Please update your bookmark to https://bazel.build/rules/lib/java_output
You can read about the migration, and let us know what you think.
Extensions >
API reference >
java_output
java_output
The outputs of Java compilation.Members
class_jar
File java_output.class_jarA classes jar file.
compile_jar
File java_output.compile_jarAn interface jar file. May return
None
.
compile_jdeps
File java_output.compile_jdepsCompile time dependencies information (deps.proto file). May return
None
.
generated_class_jar
File java_output.generated_class_jarA jar file containing class files compiled from sources generated during annotation processing. May return
None
.
generated_source_jar
File java_output.generated_source_jarThe source jar that was created as a result of annotation processing. May return
None
.
ijar
File java_output.ijarDeprecated: Please use compile_jar. May return
None
.
jdeps
File java_output.jdepsA manifest proto file. The protobuf file containing the manifest generated from JavaBuilder. May return
None
.
manifest_proto
File java_output.manifest_protoA manifest proto file. The protobuf file containing the manifest generated from JavaBuilder. May return
None
.
native_headers_jar
File java_output.native_headers_jarA jar containing CC header files supporting native method implementation. May return
None
.
source_jar
File java_output.source_jarDeprecated: Please use source_jars instead. May return
None
.
source_jars
sequence java_output.source_jarsA list of sources archive files. May return
None
.