HakunaMatataIntelliJPlugin
HakunaMatataIntelliJPlugin copied to clipboard
Add private constructors assertions
1. Expected behavior.
Add code template to add private constructors automatically:
private Object() {
throw new AssertionError("No instances.");
}