@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface ConstraintsPopulatorFactory
Modifier and Type | Required Element and Description |
---|---|
Class<? extends ManagedPropertyConstraintsPopulatorFactory> |
value
The constraints, allowed values populator factory
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
args
Optional arguments to pass to the factory
|
String[] |
legalValues
Optional string representation of legal values
|
String |
max
Optional string representation of max value
|
String |
min
Optional string representation of min value
|
public abstract Class<? extends ManagedPropertyConstraintsPopulatorFactory> value
public abstract String min
public abstract String max
public abstract String[] legalValues
public abstract String[] args
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.