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.
-
-
Element Detail
-
value
Class[] value
Deprecated.
-
-