AbstractProcessor overrides process(..) for no reason
Japris Pogrammer
mrjarviscraft at gmail.com
Sat Oct 16 11:42:33 UTC 2021
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
More information about the core-libs-dev
mailing list