|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ConstraintsPopulatorFactoryAn annotation describing the ManagedPropertyConstraintsPopulatorFactory for a property. This can be used on fields,methods for an individual property, or on a type to specify the default factory for all properties in a managed object.
| Required Element Summary | |
|---|---|
Class<? extends ManagedPropertyConstraintsPopulatorFactory> |
value
The constraints, allowed values populator factory |
| Optional Element Summary | |
|---|---|
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 |
| Element Detail |
|---|
public abstract Class<? extends ManagedPropertyConstraintsPopulatorFactory> value
public abstract String min
public abstract String max
public abstract String[] legalValues
public abstract String[] args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||