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