intellij-generateAllSetMethod
intellij-generateAllSetMethod copied to clipboard
Support for Records?
With Java 16 Records (https://openjdk.java.net/jeps/395) are part of the JDK. Apparently the plugin can't handle them yet and no actions for generating assertions are generated. Support for setters is not required obviously, as records are immutable.
However I'd like to see support for generation assertions for records :)
I have the same demand