javac-warning-annotation
javac-warning-annotation copied to clipboard
Add possibilty to choose the level of message in the compiler by adding a attribute in the annotation Warning
Add possibilty to choose the level of message in the compiler by adding a attribute in the annotation Warningin order to be pass as javax.tools.Diagnostic.Kind(ERROR, WARNING, MANDATORY_WARNING, NOTE, OTHER) Let of course WARNING by default.
If your are interested to add this feature and release it after, I can do the PR.