Annotation Type IIQObject
-
@Retention(RUNTIME) public @interface IIQObject
A meta-annotation that can be used to flag a field as an IIQ Object.This will cause it to be serialized by Jackson using
IIQObjectSerializer
and de-serialized usingIIQObjectDeserializer
.