
org.ehcache.xml.model.Disk Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache Show documentation
Show all versions of ehcache Show documentation
Ehcache single jar, containing all modules
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.17-hudson-jaxb-ri-2.1-pushtomaven-253--SNAPSHOT
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.05.09 at 03:00:53 AM PDT
//
package org.ehcache.xml.model;
import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;
public class Disk
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.ehcache.org/v3", "disk");
public Disk(PersistableMemoryType value) {
super(NAME, ((Class) PersistableMemoryType.class), null, value);
}
public Disk() {
super(NAME, ((Class) PersistableMemoryType.class), null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy