Unnecessary Constructor

Checks for unnecessary constructor in classes that contain only static methods or fields.


Configuration

{
    "type": "Interface",
    "props": {
        "allowProperties": false,
        "allowMarkerInterfaces": true,
        "severity": "INFO"
    }
}