mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
10 lines
231 B
HTML
10 lines
231 B
HTML
<html>
|
|
<body>
|
|
Reports when a <code>@Pattern</code> annotation is applied to an element with a type other than <code>String</code>.
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
@Pattern("\\d\\d") <b>int</b> i;
|
|
</code></pre>
|
|
</body>
|
|
</html>
|