Java Tutorial/Development/Documentation
Documentation(JavaDoc)
A documentation comment begins with /** and ends with */.
/**
This is a documentation comment.
*/
A documentation comment begins with /** and ends with */.
/**
This is a documentation comment.
*/