Interface JavaDocComment
- All Known Subinterfaces:
MessageInterface
,MessageMethod
public interface JavaDocComment
Represents the
JavaDoc's
documentation.- Author:
- James R. Perkins
-
Method Summary
Modifier and TypeMethodDescriptionThe JavaDoc comments if available ornull
if there are no JavaDoc's present.
-
Method Details
-
getComment
String getComment()The JavaDoc comments if available ornull
if there are no JavaDoc's present.- Returns:
- the JavaDoc comments or
null
.
-