- All Superinterfaces:
DocTree
public interface CommentTree
extends DocTree
An embedded HTML comment.
<!-- text -->
- Since:
- 1.8
-
-
Method Summary
Modifier and Type |
Method |
Description |
String |
getBody() |
Returns the text of the comment.
|
-
Method Details
-
Returns the text of the comment.
- Returns:
- the comment text