trimmedText property
The comment text without the start, end, and padding text.
For example, if text is /** Comment text. */
then the
trimmedText is Comment text.
.
Implementation
final String trimmedText;
The comment text without the start, end, and padding text.
For example, if text is /** Comment text. */
then the
trimmedText is Comment text.
.
final String trimmedText;