|
Groovy 2.0.0-rc-2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
java.lang.Objectgroovy.transform.TypeChecked
@Retention(RetentionPolicy.SOURCE) @Target({ ElementType.METHOD, ElementType.TYPE, ElementType.CONSTRUCTOR }) @GroovyASTTransformationClass("org.codehaus.groovy.transform.StaticTypesTransformation") public @interface TypeChecked
This will let the Groovy compiler use compile time checks in the style of Java.
Nested Class Summary | |
---|---|
@interface |
TypeChecked.TypeCheckingInfo
This annotation is added by
|
Optional Element Summary | |
---|---|
Class |
pluginFactory
@default TypeCheckerPluginFactory.class |
TypeCheckingMode |
value
@default TypeCheckingMode.PASS |
Method Summary |
---|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Element Detail |
---|
public Class pluginFactory
public TypeCheckingMode value
Copyright © 2003-2012 The Codehaus. All rights reserved.