Package groovy.transform
Annotation Type TypeChecked.TypeCheckingInfo
- 
 @Retention(RUNTIME) @Target(METHOD) public static @interface TypeChecked.TypeCheckingInfo This annotation is added by @TypeChecked on methods which have type checking turned on. It is used to embed type information into binary, so that the type checker can use this information, if available, for precompiled classes.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description StringinferredTypeAn encoded type information.
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description intversionReturns the type checker information protocol number.
 
- 
- 
- 
Element Detail- 
inferredTypeString inferredType An encoded type information.- Returns:
- the inferred type
 
 
- 
 - 
- 
versionint version Returns the type checker information protocol number. This is used if the format of the string used ininferredType()changes.- Returns:
- the protocol version
 - Default:
- 0
 
 
- 
 
-