Skip to content

Commit 7c37bdf

Browse files
committed
更新注意事项
1 parent 2df84e8 commit 7c37bdf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intellij-deadcode-vo-plugin
55
can find unused VO in recursion mode
66

77

8-
使用递归模式尽可能的设置一些类状态为『可达』, 和原生插件『unused declaration』的不同是:
8+
使用递归模式尽可能的设置一些`VO`类状态为『可达』, 和原生插件『unused declaration』的不同是:
99
原生插件会尽可能多的提醒
1010
本插件是: `宁放过,勿杀错。`
1111

@@ -14,4 +14,8 @@ can find unused VO in recursion mode
1414
## Usages
1515
Preferences | Editor | Inspections | Java | Probable Bugs
1616

17-
使用: Analyze -- Run Inspection By Name -- Yellow Tail
17+
使用: Analyze -- Run Inspection By Name -- Yellow Tail
18+
19+
注意: 本插件,只适合用来扫描 `VO` 类型的 class, 像 `spring service`等class 不太适合
20+
21+
如果有这方面的需求,还是使用自带的插件 `unused declaration` 比较好

0 commit comments

Comments
 (0)