Class Async
java.lang.Object
com.codename1.annotations.Async
public final class Async
extends java.lang.Object
Helper annotations for asynchronous computation.
Used for example in IntelliJ IDEA's debugger for async stacktraces feature.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceIndicates that the marked method executes async computation.static @interfaceIndicates that the marked method schedules async computation. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait