summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithOnlyPrivateConstructors.html
blob: 87122815ae53d1f93325f2d9875f5f25357a4dd0 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
Reports classes with only <b>private</b> constructors that are not extended by any nested class.
Such classes can not be extended and should be declared <b>final</b>.
<!-- tooltip end -->
<p>
<small>New in 14</small>
</body>
</html>