Class GuiceInjectionService<C>

java.lang.Object
cloud.commandframework.annotations.injection.GuiceInjectionService<C>
Type Parameters:
C - Command sender type
All Implemented Interfaces:
InjectionService<C>, cloud.commandframework.services.types.Service<Triplet<CommandContext<C>,Class<?>,AnnotationAccessor>,Object>, Function<Triplet<CommandContext<C>,Class<?>,AnnotationAccessor>,Object>

@API(status=STABLE, since="1.4.0") public final class GuiceInjectionService<C> extends Object implements InjectionService<C>
Injection service that injects using a Guice Injector
Since:
1.4.0