Uses of Class
org.jboss.jdeparser.JCommentPart
Packages that use JCommentPart
-
Uses of JCommentPart in org.jboss.jdeparser
Subclasses of JCommentPart in org.jboss.jdeparserFields in org.jboss.jdeparser declared as JCommentPartModifier and TypeFieldDescriptionprivate JCommentPartJDocComment.atDeprecatedThe @deprecated tagprivate JCommentPartJDocComment.atReturnThe @return tag part.Fields in org.jboss.jdeparser 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 org.jboss.jdeparser that return JCommentPartModifier and TypeMethodDescriptionJDocComment.addDeprecated()add an @deprecated tag to the javadoc, with the associated message.Append a text to a @param tag to the javadocAppend a text to an @param tag.JDocComment.addReturn()Appends a text to @return tag.add an @throws tag to the javadocadd an @throws tag to the javadocAppends a new value.