Answer Posted / Saransh Gandharv
A groovydoc comment is a special type of Javadoc-style comment used in Groovy programming language. It provides detailed documentation for classes, methods, fields, and other program elements. Groovydoc comments begin with three slashes (///) instead of the standard Java Javadoc comments (/**/). For example: /// @param <T> type parameter for the method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category