How to put the period in javadoc

0

"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.

    
asked by anonymous 05.02.2018 / 22:40

1 answer

0

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)

    
09.02.2018 / 18:17