blob: e07c36d0354f1c48159053d6f3aa52bc36b300fe [file] [log] [blame]
java_plugin(
name = 'auto-annotation-plugin',
processor_class = 'com.google.auto.value.processor.AutoAnnotationProcessor',
deps = ['@auto_value//jar'],
)
java_plugin(
name = 'auto-value-plugin',
processor_class = 'com.google.auto.value.processor.AutoValueProcessor',
deps = ['@auto_value//jar'],
)
java_library(
name = 'auto-value',
exported_plugins = [
':auto-annotation-plugin',
':auto-value-plugin',
],
exports = ['@auto_value//jar'],
visibility = ['//visibility:public'],
)