Files
Bas Leijdekkers a99d1835ba update language injection and pattern validation inspection descriptions
GitOrigin-RevId: bdc93923120d204b059fb91e68bf872c99a49344
2021-06-06 13:43:38 +00:00

10 lines
204 B
HTML

<html>
<body>
Reports when the ID of the language used in a <code>@Language</code> annotation is unknown.
<p><b>Example:</b></p>
<pre><code>
@Language("HMTL") String html;
</code></pre>
</body>
</html>