/** * <p>Wrappers enabling certain web service data types to be * marshalled. None of the classes in this package are * thread-safe.</p> * * <p>See also the documentation of {@link * org.marketcetera.util.ws.stateful}</p> * * @author tlerios@marketcetera.com * @author anshul@marketcetera.com * @since 1.0.0 * @version $Id: package-info.java 16154 2012-07-14 16:34:05Z colin $ */ /* $License$ */ @XmlSchema(namespace="http://marketcetera.org/types/util") package org.marketcetera.util.ws.wrappers; import javax.xml.bind.annotation.XmlSchema;