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