マーシャリング時に @XmlTransient を使用せずに特定の要素を無視することは可能ですか?
JAXBContext jc = JAXBContext.newInstance(Customer.class); Marshaller marshaller = jc.createMarshaller(); marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
使用しない理由は、xml Bean を使用する他の開発者がそれらの要素をマーシャリングしたい可能性があるためです。