@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface TypeChecked.TypeCheckingInfo
Modifier and Type | Required Element and Description |
---|---|
String |
inferredType
An encoded type information.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
version
Returns the type checker information protocol number.
|
public abstract String inferredType
public abstract int version
inferredType()
changes.