Package org.jetbrains.annotations
Annotation Interface Async.Execute
- Enclosing class:
Async
Indicates that the marked method executes async computation.
Executed object is either
this
, or the annotated parameter value.
This object needs to match with the one annotated with Async.Schedule