This now requires creating multiple java_annotation_processor rule.
Would be great if we can specify multiple processor classes. propsBuilder already supports adding multiple processor classes.
Proposed Solution:
Add a new argument to java_annotation_processorprocessor_classes so it is backward compatible and processor_class can be removed afterwards.
Single annotation processors can have multiple processor classes. for eg: AutoValue has these
This now requires creating multiple java_annotation_processor rule.
Would be great if we can specify multiple processor classes. propsBuilder already supports adding multiple processor classes.
Proposed Solution: Add a new argument to
java_annotation_processor
processor_classes
so it is backward compatible andprocessor_class
can be removed afterwards.