make @SuppressWarnings work in module-info.java files

This commit is contained in:
Bas Leijdekkers
2017-03-10 20:56:46 +01:00
parent 5e8b71d109
commit d803164a12
4 changed files with 35 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
/**
* {@linkplain nowhere}
*/
@SuppressWarnings("JavadocReference")
module com.suppress.test.test.test {}