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 JCommentPartJDocComment.atDeprecatedThe @deprecated tagprivate JCommentPartJDocComment.atReturnThe @return tag part.Fields in com.sun.codemodel with type parameters of type JCommentPartModifier and TypeFieldDescriptionprivate final Map<String, JCommentPart> JDocComment.atParamslist of @param tagsprivate final Map<JClass, JCommentPart> JDocComment.atThrowslist 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.