Package yapion.annotations.object
Annotation Type YAPIONObjenesis
-
@Retention(RUNTIME) @Target(TYPE) public @interface YAPIONObjenesis
This annotation is used to describe that theYAPIONDeserializer
should useObjenesisBase
to create an instance of this Type. This annotation should be used with care and is best used withYAPIONPreDeserialization
andYAPIONPostDeserialization
.