Back to Intellij Community

UtilityClass

java/java-impl/resources/inspectionDescriptions/UtilityClass.html

2025.3-rc-2303 B
Original Source

Reports utility classes.

Utility classes have all fields and methods declared as static and their presence may indicate a lack of object-oriented design.

Use the Ignore if annotated by option to specify special annotations. The inspection ignores classes annotated with one of these annotations.