All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ehcache.xml.model.Offheap Maven / Gradle / Ivy

There is a newer version: 3.10.8
Show newest version
//
// 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 Offheap
    extends JAXBElement
{

    protected final static QName NAME = new QName("http://www.ehcache.org/v3", "offheap");

    public Offheap(MemoryType value) {
        super(NAME, ((Class) MemoryType.class), null, value);
    }

    public Offheap() {
        super(NAME, ((Class) MemoryType.class), null, null);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy