package pl.net.bluesoft.rnd.processtool.ui.basewidgets.xml.jaxb; import com.thoughtworks.xstream.annotations.XStreamAlias; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; @XmlAccessorType(XmlAccessType.FIELD) //@XmlRootElement(name = "vl") @XStreamAlias("vl") public class VerticalLayoutWidgetElement extends HasWidgetsElement { }