Package com.github.kaktushose.jda.commands.guice
package com.github.kaktushose.jda.commands.guice
-
ClassDescriptionCustom
Extension.Data
to be used to configure this extension.Indicates that the annotated class is a custom implementation that should replace the default implementation.A class annotated withImplementation.Middleware
will be automatically searched for and instantiated as aMiddleware
by guice.A class annotated withImplementation.TypeAdapter
will be automatically searched for and instantiated as aTypeAdapter
by guice.A class annotated withImplementation.Validator
will be automatically searched for and instantiated as aValidator
by guice.