-
@Target(allowedTargets = {AnnotationTarget.FIELD, AnnotationTarget.VALUE_PARAMETER})@JsonQualifier() public @interface XNullable
Marks an optional variable that will be forcibly serialized as "null" when being transformed to json. (By default, an optional variable is omitted from the output json string, for optimisation purposes.)