@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface TypeChecked.TypeCheckingInfo
This annotation is added by
| Type | Name and Description |
|---|---|
String |
inferredTypeAn encoded type information. |
| Type | Name and Description |
|---|---|
int |
versionReturns the type checker information protocol number. |
An encoded type information.
Returns the type checker information protocol number. This is used if the format of the string used in inferredType() changes.