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

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -