IMPORTANT: The Bazel docs have moved! Please update your bookmark to https://bazel.build/rules/lib/JavaPluginData
You can read about the migration, and let us know what you think.
Extensions >
API reference >
JavaPluginData
JavaPluginData
Information about a Java compatible plugin.That is an annotation processor recognized by the Java compiler.
processor_classes
depset JavaPluginData.processor_classesReturns the fully qualified class names needed to apply the encapsulated annotation processors.
processor_data
depset JavaPluginData.processor_dataReturns the files needed during execution by the encapsulated annotation processors.
processor_jars
depset JavaPluginData.processor_jarsReturns the jars needed to apply the encapsulated annotation processors.