Annotation Type JsonIgnore


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