注解模板如下:
/**
* @return the ${bare_field_name}
*/
请问是否可以转换${bare_field_name}的 内容为大写?
比如${bare_field_name}内容为“userName" ,自动生成的时候注解如下:
/**
* @return the "USERNAME"
*/
自动注解 Eclipse
------解决方案--------------------
不能