org.jetbrains.kotlinx.jupyter.api.annotations.JupyterLibrary.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-api-annotations Show documentation
Show all versions of kotlin-jupyter-api-annotations Show documentation
Annotations for adding Kotlin Jupyter notebooks support to Kotlin libraries
package org.jetbrains.kotlinx.jupyter.api.annotations
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
annotation class JupyterLibrary