Interface JavaDocComment
-
- All Known Subinterfaces:
MessageInterface
,MessageMethod
- All Known Implementing Classes:
MessageInterfaceFactory.AptMessageInterface
,MessageInterfaceFactory.LoggerInterface
,MessageMethodBuilder.AptMessageMethod
public interface JavaDocComment
Represents theJavaDoc's
documentation.
-
-
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.
-