We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议枚举文档支持枚举的方法: 例如目前支持的是枚举的属性: /**
能否支持枚举的方法,例如这样的: /**
The text was updated successfully, but these errors were encountered:
很好的建议,因为检测到是私有方法会标红,引用成getter方法确实是可以解决这个问题,这是一个思路,但是本质是引用的字段,暂时感觉没有特别大的必要去实现。
Sorry, something went wrong.
No branches or pull requests
建议枚举文档支持枚举的方法:
例如目前支持的是枚举的属性:
/**
*/
private Integer areaType;
但是这样的话IDEA会标红;
能否支持枚举的方法,例如这样的:
/**
*/
private Integer areaType;
The text was updated successfully, but these errors were encountered: