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

com.airbnb.android.showkase.annotation.ShowkaseRootCodegen.kt Maven / Gradle / Ivy

Go to download

Showkase is an Android library that helps you organize, discover, search and visualize Jetpack Compose components.

There is a newer version: 1.0.3
Show newest version
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