@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface JohnzonDeduplicateObjects
Mark an Object to leverage object deduplication without having
to explicitly enable it in the Mapper or JsonB Builder.
The feature only gets activated if this annotation is available
on the root object to be serialised/deserialised.