Annotation Type XmlTransient


@Retention(CLASS) @Target(FIELD) public @interface XmlTransient
Excludes a @Mapped field from the XML projection. The same field still participates in JSON mapping unless @JsonIgnore is also present.