java 常用标准注释格式
1. types
/**
* Description: {功能简述}
* @throws :${tags}
* @see :${package_name}
* @author:${user}
* @date :${date}
* Note: Nothing much.
*/
2.methods
/**
* Description: {功能简述}
* @param :
* @return :
* @throws :
* @see :${package_name}
* @author:${user}
* @date :${date}
* Note: Nothing much.
*/
myeclipse可根据如下图设置