@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface JsonPropertyMaximumValue
JsonPropertyMaximumValue annotation is used to indicate the
maximum value for the annotated number property.| Modifier and Type | Optional Element and Description |
|---|---|
double[] |
key
Defines the maximum value for the annotated property contained keys.
|
boolean |
keyExclusive
Indicates whether or not the maximum value for the annotated property
contained keys is exclusive.
|
double[] |
value
Defines the maximum value for the annotated property or its contained
values.
|
boolean |
valueExclusive
Indicates whether or not the maximum value for the annotated property or
its contained values is exclusive.
|
public abstract double[] value
Note: Only specified one or none.
public abstract boolean valueExclusive
true if the maximum value is exclusive;
false if it is inclusive (default)Copyright (C) 2015-2015 The Helenus Driver Project Authors.