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

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

There is a newer version: 3.10.8
Show newest version

package org.ehcache.xml.model;

import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;

@SuppressWarnings({
    "unchecked",
    "serial"
})
public class Heap
    extends JAXBElement
{

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

    public Heap(ResourceTypeWithPropSubst value) {
        super(NAME, ((Class) ResourceTypeWithPropSubst.class), null, value);
    }

    public Heap() {
        super(NAME, ((Class) ResourceTypeWithPropSubst.class), null, null);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy