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 String
getComment()
The JavaDoc comments if available ornull
if there are no JavaDoc's present.
-
-
-
Method Detail
-
getComment
String getComment()
The JavaDoc comments if available ornull
if there are no JavaDoc's present.- Returns:
- the JavaDoc comments or
null
.
-
-