HakunaMatataIntelliJPlugin icon indicating copy to clipboard operation
HakunaMatataIntelliJPlugin copied to clipboard

Add private constructors assertions

Open cesards opened this issue 9 years ago • 0 comments

1. Expected behavior.

Add code template to add private constructors automatically:

private Object() {
    throw new AssertionError("No instances.");
}

cesards avatar Oct 09 '16 16:10 cesards