Sources: oracle
use of annotations:
@author <AUTHOR_NAME>
{@code <CLASS_NAME>} //Shows class name with font as in editor(ie. different from normal text.)
{@link <CLASS_NAME>}
@see <CLASS_NAME> //adds "See Also" section in comments.
@See <CLASS_NAME> //adds "See" section in comments.
@see <CLASS_NAME>#<METHOD_NAME>
@param <PARAM_NAME> <PARAM_DESCRIPTION>
@return
@since
@version