Package groovy.transform
Annotation Type TypeChecked
- 
 @Documented @Retention(SOURCE) @Target({METHOD,TYPE,CONSTRUCTOR}) public @interface TypeCheckedThis will let the Groovy compiler use compile time checks in the style of Java.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.String[]extensionsThe list of (classpath resources) paths to type checking DSL scripts, also known as type checking extensions.TypeCheckingModevalue
 
- 
- 
- 
Element Detail- 
valueTypeCheckingMode value - Default:
- groovy.transform.TypeCheckingMode.PASS
 
 
- 
 
-