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

com.airbnb.paris.annotations.StyleableChild.kt Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.airbnb.paris.annotations

@Target(AnnotationTarget.FIELD, AnnotationTarget.PROPERTY)
annotation class StyleableChild(
    val value: Int,
    val defaultValue: Int = -1
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy