net.contextfw.web.application.internal.PropertyProviderHolder Maven / Gradle / Ivy
package net.contextfw.web.application.internal;
import net.contextfw.web.application.PropertyProvider;
import com.google.inject.Inject;
public class PropertyProviderHolder {
@Inject
private PropertyProvider propertyProvider;
public PropertyProvider getPropertyProvider() {
return propertyProvider;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy