Package yapion.annotations.object
Annotation Type YAPIONField
-
@Retention(RUNTIME) @Target(FIELD) @Repeatable(YAPIONFields.class) public @interface YAPIONField
This 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 Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]context
-