Package org.jetbrains.annotations
Annotation Interface Async.Schedule
- Enclosing class:
- Async
Indicates that the marked method schedules async computation.
Scheduled object is either
this
, or the annotated parameter value.