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> Tstatic <T> Tstatic com.google.inject.Injectorstatic com.google.inject.Injectorvoidconfigure(com.google.inject.Binder binder) static voidstatic com.google.inject.Modulewire(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:
configurein interfacecom.google.inject.Module
-