Module ultimategdbot.api
Interface ServiceDeclarator
-
- All Known Implementing Classes:
CommonServices
public interface ServiceDeclarator
Declares one or more services to register to the bot.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<com.github.alex1304.rdi.config.ServiceDescriptor>
declareServices(BotConfig botConfig)
Declares service descriptors to register to the bot's service container.
-