-
@Target({PARAMETER,FIELD,METHOD}) @Retention(SOURCE) @Repeatable(ApiAllowedValues.class) public @interface ApiAllowedValueDefine the allowed values for a parameter. This will be used to replace placeholders in the example curl.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<? extends java.lang.Enum>enumValuesAllow all values of the specified enum.java.lang.StringvalueThe exact allowed values for this parameter.java.lang.StringvalueHintHint about the allowed values.
-