mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
10 lines
204 B
HTML
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>
|