|
|||||||||
| 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 '$receiver' parameter
| Optional Element Summary | |
|---|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||