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