Annotation Type Async


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Async
    Admin Command implementations can use this annotation to indicate asynchronous execution of their logic.
    Author:
    Jerome Dochez
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int priority  
    • Element Detail

      • priority

        int priority
        Default:
        5