You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.