Class GuiceExtension

java.lang.Object
com.github.kaktushose.jda.commands.guice.GuiceExtension
All Implemented Interfaces:
Extension

@Internal public class GuiceExtension extends Object implements Extension

The implementation of Extension for using Google's Guice as an InteractionControllerInstantiator.

Additionally, this extension allows the automatic registration of some types annotated with @Implementation. For further information please see the docs on @Implementation.

See Also: