prompto.utils.ISingleton Maven / Gradle / Ivy
The newest version!
package prompto.utils;
public interface ISingleton {
void set(T instance);
T get();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package prompto.utils;
public interface ISingleton {
void set(T instance);
T get();
}