Annotation Type ClassConfig


@Retention(RUNTIME) public @interface ClassConfig
The Interface ClassConfig.
  • Element Details

    • name

      String name
      Name.
      Returns:
      the string
      Default:
      "Null"
    • category

      String category
      Category.
      Returns:
      the string
      Default:
      "Null"
    • display

      String display
      Display.
      Returns:
      the string
      Default:
      "Null"
    • returnType

      int returnType
      Return type.
      Returns:
      the int
      Default:
      1
    • order

      int order
      Order.
      Returns:
      the int
      Default:
      100