make @SuppressWarnings work in module-info.java files

This commit is contained in:
Bas Leijdekkers
2017-03-12 17:08:13 +01:00
parent 5e8b71d109
commit d803164a12
4 changed files with 35 additions and 19 deletions
@@ -0,0 +1,5 @@
/**
* {@linkplain nowhere}
*/
@SuppressWarnings("JavadocReference")
module com.suppress.test.test.test {}