@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface JsonPropertyDefaultValues
JsonPropertyDefaultValues annotation is used to indicate that
the annotated property falls back to a default value.| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
value
Defines the default values for the annotated property if not specified.
|
Class<?>[] |
valueFromClass
Defines the classes from which to get the default values for the annotated
property if not specified.
|
public abstract String[] value
public abstract Class<?>[] valueFromClass
Copyright (C) 2015-2015 The Helenus Driver Project Authors.