|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Bind
Binds values from a Properties map.
| Required Element Summary | |
|---|---|
String |
key
A key to the Properties map. |
| Optional Element Summary | |
|---|---|
int |
group
Makes the value a part of a group. |
int |
max
(Optional) maximum value if number is specified. |
int |
min
(Optional) minimum value if number is specified. |
boolean |
password
true if this field denotes a password field. |
boolean |
required
Set to false if this field is not required. |
| Element Detail |
|---|
public abstract String key
Properties map.
public abstract int min
public abstract int max
public abstract int group
public abstract boolean password
public abstract boolean required
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||