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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -