mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
17 lines
837 B
HTML
17 lines
837 B
HTML
<html>
|
|
<body>
|
|
Reports usages of Preview Feature APIs, i.e. of a module, package, class, interface, method, constructor, field, or enum constant
|
|
in the <code>java.*</code> or <code>javax.*</code> namespace annotated with <code>@PreviewFeature</code>.
|
|
<p>
|
|
A preview feature is a new feature of the Java language, Java Virtual Machine, or Java SE API that is fully specified, fully implemented,
|
|
and is yet impermanent. The notion of a preview feature is defined in <a href="https://openjdk.org/jeps/12">JEP 12</a>.
|
|
</p>
|
|
<p>
|
|
If some piece of code depends on a preview API, it may stop compiling in future JDK versions if the feature is changed or removed.
|
|
</p>
|
|
<!-- tooltip end -->
|
|
<p>The inspection only reports if the language level of the project or module is <b>Preview</b>.</p>
|
|
<p><small>New in 2021.1</small></p>
|
|
</body>
|
|
</html>
|