Package cloud.commandframework.annotations.injection
Classes related to parameter injection
This package will be moved in a future release
-
Interface Summary Interface Description InjectionService<C> Service that can be registered to theParameterInjectorRegistryin order to provide custom injection support.ParameterInjector<C,T> Injector that injects parameters into CommandMethod annotated methods -
Class Summary Class Description GuiceInjectionService<C> Injection servicethat injects using a GuiceInjectorParameterInjectorRegistry<C> Registry containing mappings betweenclassesandinjectors