Class 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 Classes 
      Modifier and Type Class Description
      static interface  Async.Execute
      Indicates that the marked method executes async computation.
      static interface  Async.Schedule
      Indicates that the marked method schedules async computation.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Async()
      Prohibited default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Async

        private Async()
        Prohibited default constructor.