Annotation Interface EnumValue


@Retention(RUNTIME) @Target(FIELD) public @interface EnumValue
  • Field Details

  • Element Details

    • allowedValues

      String allowedValues
      Default:
      ""
    • message

      String message
      Default:
      "Value \'%s\' is not one of the allowed values."