Uses of Class
org.codehaus.modello.plugin.java.javasource.JDocComment
Packages that use JDocComment
-
Uses of JDocComment in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JDocCommentModifier and TypeMethodDescriptionJField.getComment()
Returns the comment describing this member.JMethod.getJDocComment()
Returns the JDocComment describing this member.JMethodSignature.getJDocComment()
Returns the JDocComment describing this JMethodSignatureJStructure.getJDocComment()
Returns the Java Doc comment for this JStructureMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JDocCommentModifier and TypeMethodDescriptionvoid
JField.setComment
(JDocComment comment) Sets the comment describing this member.