classes

@ConfigurationValue(path = "botcommands.core.classes", type = "java.util.Set<java.lang.Class<?>>")
abstract val classes: Set<Class<*>>(source)

Additional classes the framework will scan through for services, commands, handlers...

Spring property: botcommands.core.classes