You could remove constructor by using : groovy.transform.TupleConstructor
@TupleConstructor enum Super {... }
You could remove constructor by using : groovy.transform.TupleConstructor
@TupleConstructor
enum Super {...
}