Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 350 Bytes

File metadata and controls

14 lines (11 loc) · 350 Bytes

@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 {}