blob: 994a36957018e0e67a556fd88acca4e350f3fb58 [file] [log] [blame]
<html>
<body>
<table>
<tr>
<td valign="top">
<font face="verdana" size="-1">
<p>
Checks whether the language of a reference matches the expected language of the usage context.
</p>
<p>Example:</p>
<pre>
@Language("JavaScript")
String JS_CODE = "var x;";
@Language("XPath")
String XPATH_CODE = JS_CODE;
</pre>
</font>
</td>
</tr>
<tr>
<td height="20">
<font face="verdana" size="-2"><p id="footer">Powered by IntelliLang</p></font>
</td>
</tr>
</table>
</body>
</html>