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

10 lines
246 B
HTML

<html>
<body>
Reports fields that have setter methods but no getter methods.
<p>
In certain bean containers, when used within the Java beans specification, such fields might be difficult
to work with.
</p>
<!-- tooltip end -->
</body>
</html>