-
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@GroovyASTTransformationClass("org.codehaus.groovy.ast.MixinASTTransformation")
@Deprecated
public @interface Mixin
Provides a mechanism for mixing in methods into a class.
- deprecated:
- static mixins have been deprecated in favour of traits (trait keyword).
-
-
Element Summary
Required Element Summary
Type |
Name and Description |
Class[] |
value
|
-
Inherited Methods Summary
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.