@Target(value=METHOD) @Retention(value=RUNTIME) public @interface JetMethod
| Modifier and Type | Optional Element and Description |
|---|---|
int |
flags
See JvmStdlibNames
|
int |
kind
Deprecated.
See JvmStdlibNames - now kind is kept in flags
|
boolean |
nullableReturnType
Deprecated.
- now it kept in flags
|
java.lang.String |
propertyType
If this is property.
|
java.lang.String |
returnType
Return type type unless java type is correct Kotlin type.
|
JetTypeProjection[] |
returnTypeProjections
Deprecated.
not used any more
|
java.lang.String |
typeParameters
Serialized method type parameters.
|
public abstract int kind
public abstract int flags
public abstract JetTypeProjection[] returnTypeProjections
public abstract java.lang.String typeParameters
public abstract boolean nullableReturnType
public abstract java.lang.String returnType
public abstract java.lang.String propertyType