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

io.bootique.mvc.MvcModuleProvider Maven / Gradle / Ivy

There is a newer version: 3.0.M2
Show newest version
package io.bootique.mvc;

import com.google.inject.Module;
import io.bootique.BQModuleProvider;

public class MvcModuleProvider implements BQModuleProvider {

	@Override
	public Module module() {
		return new MvcModule();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy