public final class Async
- Object
- Async
Helper annotations for asynchronous computation.
Used for example in IntelliJ IDEA’s debugger for async stacktraces feature.
Nested types
annotation Async.Schedule | Indicates that the marked method schedules async computation. |
annotation Async.Execute | Indicates that the marked method executes async computation. |