Forces method named as properties to be used as getters (String foo() will match the attribute foo).
Also enables a constructor with all properties even if not marked as @ConstructorProperties or equivalent.
It simulates Java 14+ records.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceWhen not using -parameters compiler argument, enables to customize parameter names.