Files
openide/java/java-impl/resources/inspectionDescriptions/InterfaceNeverImplemented.html
Leonid Shalupov 40795fe787 IJI-2422: community/java: move resources under resources root
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
2025-02-05 04:43:28 +00:00

17 lines
462 B
HTML

<html>
<body>
Reports interfaces that have no concrete subclasses.
<!-- tooltip end -->
<p>Configure the inspection:</p>
<ul>
<li>
Use the list below to add annotations. Interfaces declared with
one of these annotations will be ignored by the inspection.
</li>
<li>
Use the checkbox below to ignore interfaces that only declare constant fields.
Such interfaces may still be usable even without implementations.
</li>
</ul>
</body>
</html>