Annotation Type Order


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public @interface Order
    Used to specify the relative priority of a service implementation
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      ExecutionOrder value
      The priority of the implementation
    • Element Detail

      • value

        ExecutionOrder value
        The priority of the implementation
        Returns:
        Priority
        Default:
        cloud.commandframework.services.ExecutionOrder.SOON