commonMain.tech.skot.core.components.ViewAnnotations.kt Maven / Gradle / Ivy
package tech.skot.core.components
@Target(AnnotationTarget.CLASS)
annotation class SKLayoutIsSimpleView()
@Target(AnnotationTarget.CLASS)
annotation class SKLayoutIsRoot()
@Target(AnnotationTarget.CLASS)
annotation class SKLayoutNo()
@Target(AnnotationTarget.CLASS)
annotation class SKLegacyViewIncluded()
@Target(AnnotationTarget.PROPERTY)
annotation class SKPassToParentView
© 2015 - 2025 Weber Informatics LLC | Privacy Policy