[java] highlight @snippet javadoc tag if not available at a given language level

GitOrigin-RevId: 7e2a20fbc52b2c8fa72018103ace9a5dc13aa454
This commit is contained in:
Roman Ivanov
2021-12-28 10:22:48 +01:00
committed by intellij-monorepo-bot
parent 6612867356
commit 2717b57828
4 changed files with 51 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
/** {<warning descr="'@snippet' tag is not available at this language level"><warning descr="Wrong tag 'snippet'">@snippet</warning></warning> :
* Body
* }
*/
class A {
}