Package yapion.annotations.object
Annotation Type YAPIONData
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(YAPIONDatas.class) public @interface YAPIONData
This annotation describes a combinedYAPIONLoadandYAPIONSaveand stands for every Field specified in this Type. This annotation will overwrite any existingYAPIONLoad,YAPIONSaveandYAPIONField.
The context describes the state in which theYAPIONSerializerorYAPIONDeserializershould be for this annotation to take effect.