/* * Copyright 2014 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ @XmlSchema(namespace = "http://forge.org/Test", elementFormDefault = QUALIFIED, attributeFormDefault = UNQUALIFIED) @XmlAccessorType(FIELD) package org.jboss.forge.test.roaster.model; import static javax.xml.bind.annotation.XmlAccessType.FIELD; import static javax.xml.bind.annotation.XmlNsForm.QUALIFIED; import static javax.xml.bind.annotation.XmlNsForm.UNQUALIFIED; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchema;