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 theParameterInjectorRegistry
in order to provide custom injection support.ParameterInjector<C,T> Injector that injects parameters into CommandMethod annotated methods -
Class Summary Class Description GuiceInjectionService<C> Injection service
that injects using a GuiceInjector
ParameterInjectorRegistry<C> -
Annotation Types Summary Annotation Type Description RawArgs Used to injectCommandContext.getRawInput()
into aCommandMethod