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

org.gwizard.web.HandlerScanner Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package org.gwizard.web;

import com.google.inject.Injector;
import org.eclipse.jetty.server.Handler;
import javax.inject.Inject;

/**
 * Walks through the guice injector bindings, visiting each one that is a Handler.
 */
public class HandlerScanner extends Scanner {
	@Inject
	public HandlerScanner(Injector injector) {
		super(injector, Handler.class);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy