Package ca.uhn.fhir.model.api.annotation
Annotation Type SensitiveNoDisplay
Annotation to mark a field as sensitive, indicating that it should not
be displayed or serialized by jackson. The only way to serialize an object annotated with this annotation is to use
JsonUtil, as it has a registered filter against this annotation.