@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface GroovyASTTransformationClass
GroovyASTTransformation
.
It is a compile time error to specify a GroovyASTTransformationClass
that is not accessible at compile time. It need not be available at runtime.