kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
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