@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface JsonPropertyOneOfFloatValues
JsonPropertyOneOfFloatValues
annotation is used to provide a set
of all possible values that are valid for the annotated object, array,
collection, or map property.Modifier and Type | Optional Element and Description |
---|---|
float[] |
key
Defines all possible values that are valid for the annotated property
contained keys.
|
float[] |
value
Defines all possible values that are valid for the annotated property or
its contained values.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.