Package org.jetbrains.annotations
Interface Async
-
public interface AsyncHelper annotations for asynchronous computation. Used for example in IntelliJ IDEA's debugger for async stacktraces feature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAsync.ExecuteIndicates that the marked method executes async computation.static interfaceAsync.ScheduleIndicates that the marked method schedules async computation.
-