- All Implemented Interfaces:
Inquirer<com.google.inject.Injector>
public class GuiceInquirer
extends Object
implements Inquirer<com.google.inject.Injector>
- Author:
- Lang
-
Constructor Summary
Constructors
-
Method Summary
com.google.inject.Injector
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GuiceInquirer
public GuiceInquirer()
-
Method Details
-
scan
public com.google.inject.Injector scan(Set<Class<?>> clazzes)
- Specified by:
scan in interface Inquirer<com.google.inject.Injector>