toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service
/
InterfaceDescriptor
/
InterfaceDescriptor
Interface
Descriptor
constructor
(
name
:
String
,
kind
:
String
,
inherits
:
String
?
,
implements
:
List
<
String
>
,
annotations
:
List
<
AnnotationDescriptor
>
,
properties
:
List
<
PropertyDescriptor
>
,
methods
:
List
<
MethodDescriptor
>
)