@author Back
The @author tag is used to identify the author of an item.
Note: If the author's name is followed by an email address enclosed in angle brackets, the default template will convert the email address to a mailto: link.
/**
* custom
* @class
* @author Aleen <aleen42@vip.qq.com>
*/
class custom {}