- 
 @Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface JohnzonProperty
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringvalueExample: @JohnzonProperty("not_java_name") will consider the decorated property as called "not_java_name" on JSON side.
 
-