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-xml Show documentation
Show all versions of ehcache-xml Show documentation
The module containing all XML parsing logic Ehcache 3
//
// 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.09.30 at 02:38:30 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