groovy.transform
[Groovy] Annotation Type CompileDynamic
java.lang.Object
groovy.transform.CompileDynamic
@Documented
@AnnotationCollector(processor = "org.codehaus.groovy.transform.CompileDynamicProcessor")
@interface CompileDynamic
extends Object
An annotation which is just a shortcut for @CompileStatic(TypeCheckingMode.SKIP).
This can be used for example if you statically compile a full class but you want to skip
some methods without having to use the full annotation.
- Authors:
- Cedric Champeau
- Since:
- 2.1.0
Copyright © 2003-2013 The Codehaus. All rights reserved.