Package groovy.lang
Annotation Type Mixin
@Documented @Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface Mixin
Deprecated.
static mixins have been deprecated in favour of traits (trait keyword).
Provides a mechanism for mixing in methods into a class.
-
Required Element Summary
-
Element Details
-
value
Class[] valueDeprecated.
-