Package org.eclipse.sisu.launch
Class Main
java.lang.Object
org.eclipse.sisu.launch.Main
- All Implemented Interfaces:
com.google.inject.Module
Bootstrap class that creates a static
Injector
by scanning the current class-path for beans.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
static <T> T
static com.google.inject.Injector
static com.google.inject.Injector
void
configure
(com.google.inject.Binder binder) static void
static com.google.inject.Module
wire
(BeanScanning scanning, com.google.inject.Module... bindings)
-
Method Details
-
main
-
boot
-
boot
-
boot
-
boot
-
wire
public static com.google.inject.Module wire(BeanScanning scanning, com.google.inject.Module... bindings) -
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configure
in interfacecom.google.inject.Module
-