Files
openide/java/java-impl/resources/inspectionDescriptions/ClassWithOnlyPrivateConstructors.html
2025-02-05 04:43:28 +00:00

7 lines
254 B
HTML

<html>
<body>
Reports classes with only <code>private</code> constructors.
<p>A class that only has <code>private</code> constructors cannot be extended outside a file and should be declared as <code>final</code>.</p>
<!-- tooltip end -->
</body>
</html>