|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface JetMethod
Annotation for method The fact of receiver presence must be deducted from presence of 'this$receiver' parameter
Optional Element Summary | |
---|---|
int |
flags
See JvmStdlibNames |
int |
kind
See CallableMemberDescriptor.Kind |
boolean |
nullableReturnType
|
String |
propertyType
If this is property. |
String |
returnType
Return type type unless java type is correct Kotlin type. |
JetTypeProjection[] |
returnTypeProjections
|
String |
typeParameters
Serialized method type parameters. |
public abstract int kind
public abstract int flags
public abstract JetTypeProjection[] returnTypeProjections
public abstract String typeParameters
public abstract boolean nullableReturnType
public abstract String returnType
public abstract String propertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |