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

network.oxalis.test.asd.AsdInboundModule Maven / Gradle / Ivy

package network.oxalis.test.asd;

import com.google.inject.servlet.ServletModule;

/**
 * @author erlend
 */
public class AsdInboundModule extends ServletModule {

    @Override
    protected void configureServlets() {
        serve("/asd").with(AsdServlet.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy