@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface TypeChecked.TypeCheckingInfo
This annotation is added by
Type | Name and Description |
---|---|
String |
inferredType An encoded type information. |
Type | Name and Description |
---|---|
int |
version Returns the type checker information protocol number. |
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
An encoded type information.
Returns the type checker information protocol number. This is used if the format of the string used in inferredType() changes.
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/transform/TypeChecked.TypeCheckingInfo.html