All Downloads are FREE. Search and download functionalities are using the official Maven repository.

darwinMain.com.arkivanov.essenty.parcelable.IgnoredOnParcel.kt Maven / Gradle / Ivy

There is a newer version: 1.3.0-dev02
Show newest version
package com.arkivanov.essenty.parcelable

/**
 * A multiplatform alias for platform-specific `IgnoredOnParcel` annotations.
 * Not supported on Darwin (Apple) targets.
 */
@Target(AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.SOURCE)
actual annotation class IgnoredOnParcel actual constructor()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy