How to put the period in javadoc

Asked

Viewed 16 times

0

"Period is Missing in javadoc", can anyone tell me what the javadoc period is? would be @Since ?

someone can tell me.

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)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.