[java] supports @uses, @provides and @hidden tags in Javadoc inspection

This commit is contained in:
Roman Shevchenko
2017-10-05 21:24:45 +02:00
parent cf39c28813
commit 96373cd2c9
15 changed files with 199 additions and 143 deletions

View File

@@ -0,0 +1,5 @@
/**
* @uses
*/
@Deprecated
module M2 { }