Hi there, I've seen that javax.annotation.processing.AbstractProcessor
overrides `Processor#process(..)` method without any changes to it [1]:
- it still is abstract
- signature is untouched
- javadoc is untouched
Is this done intentionally or this redundant override can be eliminated?

[1]:
https://github.com/openjdk/jdk/blob/bfcf6a29a16bc12d77a897fbec304868957c3188/src/java.compiler/share/classes/javax/annotation/processing/AbstractProcessor.java#L167-L171


Thanks,
Peter

Reply via email to