@Documented @Retention(RetentionPolicy.SOURCE) @Target({ElementType.TYPE}) @GroovyASTTransformationClass("org.codehaus.groovy.transform.RecordTypeASTTransformation") public @interface RecordBase
Class annotation used to assist in the creation of record-like classes.