com.airbnb.android.showkase.annotation.ShowkaseRootCodegen.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of showkase-annotation Show documentation
Show all versions of showkase-annotation Show documentation
Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.
package com.airbnb.android.showkase.annotation
@MustBeDocumented
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class ShowkaseRootCodegen(
val numComposablesWithoutPreviewParameter: Int,
val numComposablesWithPreviewParameter: Int,
val numColors: Int,
val numTypography: Int
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy