Skip to content

Add record support to New Groovy Type wizard #1316

@eric-milles

Description

@eric-milles

record or @groovy.transform.RecordType will be selected based on Java compliance of environment and project. Simple template outcomes:

record Pogo() {
}
import groovy.transform.RecordType

@RecordType
class Pogo {
}

Java dialog for reference:
image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions