toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.config
/
BServiceConfig
BService
Config
@
InjectedService
interface
BServiceConfig
(
source
)
Inheritors
BServiceConfigBuilder
Members
Properties
debug
Link copied to clipboard
abstract
val
debug
:
Boolean
Enables debugging of service loading.
instance
Supplier
Map
Link copied to clipboard
abstract
val
instanceSupplierMap
:
Map
<
KClass
<
*
>
,
InstanceSupplier
<
*
>
>
service
Annotations
Link copied to clipboard
abstract
val
serviceAnnotations
:
Set
<
KClass
<
out
Annotation
>
>
service
Suppliers
Link copied to clipboard
abstract
val
serviceSuppliers
:
Map
<
KClass
<
*
>
,
ServiceSupplier
<
*
>
>