Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
enunciate を使用しており、jaxb で生成された特定のクラスをドキュメントから除外したいと考えています。これはどのように行うことができますか?
xsd を介して org.codehaus.enunciate.XmlTransient アノテーションを追加することは可能ですか?
前もって感謝します。
<?xml version="1.0"?> <enunciate ...> <api-classes> <exclude pattern="com.mycompany.nonvisible.**"/> </api-classes> ... </enunciate>