EnumValue for more flexible control over enum values@Deprecated
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface HiddenEnumValue
This only applies to enum parameters if the default provider is used (EnumArgument).
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
block
Deprecated.
Whether to block the usage of the annotated enum value.
|