Interface Async


  • public interface Async
    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 Interface 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.