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

org.zodiac.cache.reactive.supports.NullValue Maven / Gradle / Ivy

The newest version!
package org.zodiac.cache.reactive.supports;

import java.io.Serializable;

public class NullValue implements Serializable {

    private static final long serialVersionUID = -7031000847517220822L;

    public static final NullValue INSTANCE = new NullValue();

    private NullValue() {
        super();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy