org.jvnet.hyperjaxb3.hibernate.customizations.Clazz Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2007.01.30 at 01:23:35 PM CET
//
package org.jvnet.hyperjaxb3.hibernate.customizations;
import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;
public class Clazz
extends JAXBElement
{
protected final static QName NAME = new QName("http://hyperjaxb3.jvnet.org/hibernate/customizations", "class");
public Clazz(ClassType value) {
super(NAME, ((Class) ClassType.class), null, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy