| java.lang.Object org.acm.seguin.pretty.ForceJavadocComments
ForceJavadocComments | public class ForceJavadocComments (Code) | | Forces javadoc comments only for a certain level of source code. The level
is based on the permissions associated with the file.
author: Chris Seguin |
isJavaDocRequired | public boolean isJavaDocRequired(String type, ModifierHolder mods)(Code) | | Determines if the java doc comment is required for the particular method
or field
Parameters: type - the type (method or field) Parameters: mods - the modifiers associated with this object true if they are required |
|
|