|
Groovy 2.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
java.lang.Objectgroovy.lang.Mixin
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@GroovyASTTransformationClass("org.codehaus.groovy.ast.MixinASTTransformation")
public @interface Mixin
Provides a mechanism for mixing in methods into a class.
| Required Element Summary | |
|---|---|
java.lang.Class |
value
|
| Method Summary |
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Element Detail |
|---|
public Class[] value
Copyright © 2003-2013 The Codehaus. All rights reserved.