Package yapion.annotations.object
Annotation Type YAPIONField
- 
 @Retention(RUNTIME) @Target(FIELD) public @interface YAPIONFieldThis annotation describes a combinedYAPIONLoadandYAPIONSavefor a specific field. This annotation will overwrite any existingYAPIONLoadandYAPIONSave.
 The context describes the state in which theYAPIONSerializerorYAPIONDeserializershould be for this annotation to take effect.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.String[]context
 
-