public final class Async

  1. Object
  2. Async
Helper annotations for asynchronous computation. Used for example in IntelliJ IDEA’s debugger for async stacktraces feature.

Nested types

annotation Async.ScheduleIndicates that the marked method schedules async computation.
annotation Async.ExecuteIndicates that the marked method executes async computation.

Inherited methods