commonMain.domain.Serializable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of klip-core Show documentation
Show all versions of klip-core Show documentation
Kotlin Multiplatform test snapshots (klips) manager
package dev.petuska.klip.core.domain
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.CLASS, AnnotationTarget.TYPE)
public expect annotation class Serializable()
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.TYPE)
@Retention(AnnotationRetention.BINARY)
public expect annotation class Contextual()
@Target(AnnotationTarget.PROPERTY)
public expect annotation class Transient()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy