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