|
Groovy Documentation | |||||||
| 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 | |
|---|---|
java.lang.Class |
pluginFactory
@default TypeCheckerPluginFactory.class |
TypeCheckingMode |
value
@default TypeCheckingMode.PASS |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Element Detail |
|---|
public java.lang.Class pluginFactory
public TypeCheckingMode value
Groovy Documentation