@Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) @Incubating @GroovyASTTransformationClass("org.codehaus.groovy.transform.SealedASTTransformation") public @interface Sealed
Class annotation used to assist in the creation of sealed classes.
List of the permitted subclasses.