jupyter.kotlin.receivers.ConstReceiver.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-jupyter-lib Show documentation
Show all versions of kotlin-jupyter-lib Show documentation
Internal part of Kotlin Jupyter API used only inside notebook cells
package jupyter.kotlin.receivers
class ConstReceiver(val value: Int)
@Target(AnnotationTarget.FILE)
@Retention(AnnotationRetention.SOURCE)
annotation class TempAnnotation