[java] class-like annotation wrapping in modules

This commit is contained in:
Roman Shevchenko
2017-10-02 20:19:01 +02:00
parent 1b9a88ee8c
commit 5c5c3ce691
4 changed files with 12 additions and 31 deletions
@@ -1,6 +1,7 @@
/**
* {@linkplain nothing}
*/
@SuppressWarnings("JavadocReference") module com.suppress.test.test.test {
@SuppressWarnings("JavadocReference")
module com.suppress.test.test.test {
}