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

com.github.strangepleasures.refs.Ref Maven / Gradle / Ivy

The newest version!
package com.github.strangepleasures.refs;

public final class Ref {
    public T value;

    public Ref(T value) {
        this.value = value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy