@Deprecated(since = "2.3.0") @Documented @Retention(RetentionPolicy.SOURCE) @Target(ElementType.TYPE) @GroovyASTTransformationClass("org.codehaus.groovy.ast.MixinASTTransformation") public @interface Mixin
Provides a mechanism for mixing in methods into a class.