Class GuiceInjectionService<C>

java.lang.Object
org.incendo.cloud.injection.GuiceInjectionService<C>
Type Parameters:
C - command sender type
All Implemented Interfaces:
Function<InjectionRequest<C>,Object>, InjectionService<C>, Service<InjectionRequest<C>,Object>

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

You should not put Inject annotation on your methods. Ignore the warning says 'Binding annotation @YourAnnotation without @Inject declared'.