toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service
/
ComponentInterface
Component
Interface
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
ComponentInterface
(
val
name
:
String
=
""
,
val
description
:
String
=
""
,
val
services
:
Array
<
KClass
<
out
Service
>
>
)
Marks
Component
interfaces
Members
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
services
Link copied to clipboard
val
services
:
Array
<
KClass
<
out
Service
>
>