java - Remove javadoc sonar check from specific class -
how go disabling javadoc sonar check on specific class? (we don't want clutter short boiler-plate method unusefull javadoc).
is there more specific key @suppresswarnings("all")
?
see switch off violations plugin: http://docs.codehaus.org/display/sonar/switch+off+violations+plugin
Comments
Post a Comment