Javadoc Flashcards
1
Q
@param
A
List the parameter name and a descrip, of the para.
2
Q
@return
A
Describe the return value
3
Q
@throws
A
List any exception that the method throws
4
Q
@author
A
List the author of the class