Package com.github.kaktushose.jda.commands.annotations
package com.github.kaktushose.jda.commands.annotations
All annotations that are needed to use this framework.
-
ClassDescriptionIndicates that the annotated class is a custom implementation that should replace the default implementation.Fields annotated with Inject will be assigned a value that is provided by a
Produces
method.Methods annotated with Produces will be used to get the instance of a dependency.