@author
Syntax
@author <author_name>
Overview
This tag is used to attribute an API to a contributor!
Example(s)
/**
* I know you didn't write this Mr. Bezo
*
* @author Jeff Bezos
*/
class AmazonSdk {
}
@author <author_name>
This tag is used to attribute an API to a contributor!
/**
* I know you didn't write this Mr. Bezo
*
* @author Jeff Bezos
*/
class AmazonSdk {
}