|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
java.lang.Object groovy.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 | |
---|---|
java.lang.String |
extensions
The list of (classpath resources) paths to type checking DSL scripts, also known as type checking extensions. |
null |
value
@default TypeCheckingMode.PASS |
Method Summary |
---|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Element Detail |
---|
public String[] extensions
public TypeCheckingMode value
Copyright © 2003-2013 The Codehaus. All rights reserved.