toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api
/
FileAnnotationHandler
File
Annotation
Handler
class
FileAnnotationHandler
(
val
annotation
:
KClass
<
out
Annotation
>
,
val
callback
:
FileAnnotationCallback
)
Members
Constructors
File
Annotation
Handler
Link copied to clipboard
constructor
(
annotation
:
KClass
<
out
Annotation
>
,
callback
:
FileAnnotationCallback
)
Properties
annotation
Link copied to clipboard
val
annotation
:
KClass
<
out
Annotation
>
callback
Link copied to clipboard
val
callback
:
FileAnnotationCallback