Groovy 2.2.0

groovy.lang
[Java] Annotation Type Mixin

java.lang.Object
  groovy.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.

Authors:
Alex Tkachman


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

value

public Class[] value


 

Copyright © 2003-2013 The Codehaus. All rights reserved.