|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) @Documented @Validator(value="doubleRange") public @interface DoubleRange
An annotation to validate if the double value is in a range.
| Required Element Summary | |
|---|---|
String |
max
The maximum value. |
String |
min
The minimum value. |
| Optional Element Summary | |
|---|---|
Arg |
arg0
The first argument. |
Arg |
arg1
The second argument. |
Arg |
arg2
The third argument. |
Msg |
msg
The message. |
String[] |
targets
Specifies the execute method names which are validation targets. |
| Element Detail |
|---|
public abstract String min
public abstract String max
public abstract Msg msg
public abstract Arg arg0
public abstract Arg arg1
public abstract Arg arg2
public abstract String[] targets
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||