Class GuiceExtension

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

@Internal public class GuiceExtension extends Object implements Extension<GuiceExtensionData>

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: