"Period is missing in javadoc", can anyone tell me what is the period in javadoc? would it be @Since?
Someone knows how to tell me.
"Period is missing in javadoc", can anyone tell me what is the period in javadoc? would it be @Since?
Someone knows how to tell me.
Order of Tags Include tags in the following order:
@author (classes and interfaces only, required) @version (classes and interfaces only, required. See footnote 1) @param (methods and constructors only) @return (methods only) @exception (@throws is a synonym added in Javadoc 1.2) @see @since @serial (or @serialField or @serialData) @deprecated (see How and When to Deprecate APIs)