@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface JsonPropertyMinimumValue
JsonPropertyMinimumValue
annotation is used to indicate the
minimum value for the annotated number property.Modifier and Type | Optional Element and Description |
---|---|
double[] |
key
Defines the minimum value for the annotated property contained keys.
|
boolean |
keyExclusive
Indicates whether or not the minimum value for the annotated property
contained keys is exclusive.
|
double[] |
value
Defines the minimum value for the annotated property or its contained
values.
|
boolean |
valueExclusive
Indicates whether or not the minimum 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 minimum value is exclusive;
false
if it is inclusive (default)Copyright (C) 2015-2017 The Helenus Driver Project Authors.