Annotation Interface ConfigureWith


@Retention(CLASS) @Target(TYPE) public @interface ConfigureWith
Designates a class (e.g. a TypeParser to be added automatically to a CommandHandler.Builder.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The priority to give the configurator, default 0 (by default applied after stock configurators)
  • Element Details

    • priority

      int priority
      The priority to give the configurator, default 0 (by default applied after stock configurators)
      Default:
      0