easy_javadoc
easy_javadoc copied to clipboard
希望字段上的注释不覆盖原有 tag 信息
如:
/**
* 用户id
* #required
* @example 1
*/
private Long userId;
中的 #required 和 @example 两行信息