I am just getting started using the castor-maven-plugin to create java
beans from XML.

<xsd:sequence>
            <xsd:element name="id" type="xsd:int"/>
</xsd:sequence>

will create 2 fields in the bean:

     /**
     * Field _id.
     */
    private int _id;

    /**
     * keeps track of state for field: _id
     */
    private boolean _has_id;

Is there anyway I can prevent it from generating the state field ?

-Thanks
Steve More

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to