Eclipse常用注释设置
菜单:Window→Preferences→Java→Code Style→Code Template
Files
/** * @Title: ${file_name} * @Package ${package_name} * @Description: * @author yangpingan * @date ${date} ${time} * @version V1.0 */
Types
/** * @ClassName: ${type_name} * @Description: * @author yangpingan * @date ${date} ${time} */
Methods
/** * @Title: ${enclosing_method} * @Description: * @param * @author yangpingan * @date ${date} ${time} * @return ${return_type} * @throws */
版权声明:本文为Kevin00原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。