Uses of Class
com.sun.codemodel.JCommentPart
Packages that use JCommentPart
-
Uses of JCommentPart in com.sun.codemodel
Subclasses of JCommentPart in com.sun.codemodelFields in com.sun.codemodel declared as JCommentPartModifier and TypeFieldDescriptionprivate JCommentPart
JDocComment.atDeprecated
The @deprecated tagprivate JCommentPart
JDocComment.atReturn
The @return tag part.Fields in com.sun.codemodel with type parameters of type JCommentPartModifier and TypeFieldDescriptionprivate final Map
<String, JCommentPart> JDocComment.atParams
list of @param tagsprivate final Map
<JClass, JCommentPart> JDocComment.atThrows
list of @throws tagsMethods in com.sun.codemodel that return JCommentPartModifier and TypeMethodDescriptionJDocComment.addDeprecated()
add an @deprecated tag to the javadoc, with the associated message.Append a text to an @param tag.Append a text to a @param tag to the javadocJDocComment.addReturn()
Appends a text to @return tag.add an @throws tag to the javadocadd an @throws tag to the javadocAppends a new value.