e10.jwebmp-atmosphere.0.59.0.14.source-code.module-info Maven / Gradle / Ivy
import com.jwebmp.core.services.IPageConfigurator;
import com.jwebmp.guicedinjection.interfaces.IGuiceDefaultBinder;
import com.jwebmp.plugins.atmosphere.AtmospherePageConfiguration;
import com.jwebmp.plugins.atmosphere.transport.AtmosphereBinderGuice;
module com.jwebmp.plugins.atmosphere {
exports com.jwebmp.plugins.atmosphere;
exports com.jwebmp.plugins.atmosphere.abstraction;
exports com.jwebmp.plugins.atmosphere.angular;
exports com.jwebmp.plugins.atmosphere.transport;
exports com.jwebmp.plugins.atmosphere.enumerations;
requires com.jwebmp.guicedinjection;
requires com.jwebmp.logmaster;
requires com.jwebmp.core;
requires atmosphere.runtime;
requires javax.servlet.api;
requires java.validation;
requires java.logging;
requires javax.inject;
requires com.google.guice;
requires com.fasterxml.jackson.databind;
provides IGuiceDefaultBinder with AtmosphereBinderGuice;
provides IPageConfigurator with AtmospherePageConfiguration;
opens com.jwebmp.plugins.atmosphere to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.atmosphere.abstraction to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.atmosphere.angular to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.atmosphere.enumerations to com.fasterxml.jackson.databind,com.jwebmp.core;
opens com.jwebmp.plugins.atmosphere.transport to com.fasterxml.jackson.databind,com.jwebmp.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy