All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.pmd.CommentRequired.html Maven / Gradle / Ivy



CommentRequired

CommentRequired

Denotes whether comments are required (or unwanted) for specific language elements.

This rule is defined by the following Java class: net.sourceforge.pmd.lang.java.rule.comments.CommentRequiredRule

Example(s):


/**
* 
*
* @author George Bush
*/





© 2015 - 2024 Weber Informatics LLC | Privacy Policy