标签: java spring intellij-idea annotations autowired
如果IntelliJ具有@Autowired批注,则不会显示“从不使用字段”警告。如何使其显示警告?
@Autowired
答案 0 :(得分:0)
在(文件->项目结构->构面)中使用Spring-Facet启用警告。
答案 1 :(得分:0)
您必须勾选检查Unused declaration(在Java/Declaration redundancy类别内)。
Unused declaration
Java/Declaration redundancy
此检查报告指定类别中的类,方法或字段 入口点未使用或无法到达的检查范围。
您可以在“设置”->“编辑器”->“检查”中找到它。