We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a8bc6 commit 604cd62Copy full SHA for 604cd62
jupyter-lib/api/src/main/kotlin/org/jetbrains/kotlinx/jupyter/api/libraries/LibraryDefinitionImpl.kt
@@ -12,7 +12,9 @@ import org.jetbrains.kotlinx.jupyter.api.RendererTypeHandler
12
/**
13
* Trivial implementation of [LibraryDefinition].
14
* You may use it in simple cases instead of overriding [LibraryDefinition]
15
- * to avoid additional anonymous classes creation
+ * to avoid additional anonymous classes creation.
16
+ * Tend to use [JupyterIntegration] instead: in this case ABI will not break
17
+ * after every new property addition.
18
*/
19
class LibraryDefinitionImpl(
20
override val dependencies: List<String> = emptyList(),
0 commit comments