mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
10 lines
234 B
HTML
10 lines
234 B
HTML
<html>
|
|
<body>
|
|
<p>Reports unnecessary <code>final</code> modifiers when used with the record definition.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
<b>final</b> record R(int a) {} // modifier is unnecessary
|
|
</code></pre>
|
|
</body>
|
|
</html>
|