@Target(value={METHOD,FIELD,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
public @interface JohnzonProperty
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Example: @JohnzonProperty("not_java_name") will consider the decorated property as called "not_java_name" on JSON side.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.