xapi.util.impl.LazySingleton Maven / Gradle / Ivy
package xapi.util.impl;
import xapi.inject.X_Inject;
public class LazySingleton extends LazyProvider{
public LazySingleton(final Class cls) {
super(X_Inject.singletonLazy(cls));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy