]
Jeff Mesnil commented on WFCORE-2721:
-------------------------------------
WFLY-8520 would have benefit from such an enhancement (insted of explicitly listing all
other allowed values)
Add EnumValidator with disallowed values
----------------------------------------
Key: WFCORE-2721
URL:
https://issues.jboss.org/browse/WFCORE-2721
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 3.0.0.Beta16
Reporter: Jeff Mesnil
Assignee: Brian Stansberry
When some Enum values are not allowed by some operation, the attribute definition must
explicitly state all the allowed values.
It'd be better if an EnumValidator constructor was added with *disallowed values* so
that any other values would be implicitely accepted.