Package org.jetbrains.annotations
Class Async
java.lang.Object
org.jetbrains.annotations.Async
Helper annotations for asynchronous computation.
Used for example in IntelliJ IDEA's debugger for async stacktraces feature.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Indicates that the marked method executes async computation.static @interface
Indicates that the marked method schedules async computation. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Async
private Async()Prohibited default constructor.
-