Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 398 Bytes

AtLeastOneConstructor.md

File metadata and controls

8 lines (6 loc) · 398 Bytes

AtLeastOneConstructor

Category: pmd
Rule Key: pmd:AtLeastOneConstructor

⚠️ This rule is deprecated in favour of S1118, S1258.


Each non-static class should declare at least one constructor. Classes with solely static members ("Utility class") are ignored.