As a dual to the changes in AbstractProcessor done under JDK-8146726, the annotation processing framework in javac could be hardened against various kinds of irregular behavior from processors. The hardening can include just warning about redundant but not strictly incorrect information.
- relates to
-
JDK-8237450 JDK13 annotation processors not run when a supported annotation type specifies a module
- Resolved
-
JDK-8146726 Improve AbstractProcessor to issue warnings for repeated information
- Resolved