Annotation Type CommandDispatcher

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String dispatches
      Deprecated.
      Optional identification of the command dispatched by this dispatcher.
    • Element Detail

      • dispatches

        java.lang.String dispatches
        Deprecated.
        Optional identification of the command dispatched by this dispatcher. This information may be used for easier linkage between command and dispatcher by external tools and refers to the combination of Command.namespace() and Command.name(), separated by '.' (dot).
        Default:
        ""