Functional annotation, file header comments

Code comments charm

 

Standard Functional annotation

/ * Method Description 
 * @ method method name 
 * @ for your class name 
 * @ param {} Parameter Name Parameter Type Parameter Description 
 * @ return {} return Return Type Value Description 
* /

 

File header comments

/*
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-06-05 16:09:00
* @LastEditTime: 2019-06-05 16:09:00
* @LastEditors: your name
* */

 

Guess you like

Origin www.cnblogs.com/QQPrincekin/p/10980273.html