Interface JavaDocComment
-
- All Known Subinterfaces:
MessageInterface,MessageMethod
public interface JavaDocCommentRepresents theJavaDoc'sdocumentation.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()The JavaDoc comments if available ornullif there are no JavaDoc's present.
-