com.airbnb.paris.annotations.StyleableChild.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paris-annotations Show documentation
Show all versions of paris-annotations Show documentation
Paris is a system for creating and applying styles to views in Android.
package com.airbnb.paris.annotations
@Target(AnnotationTarget.FIELD, AnnotationTarget.PROPERTY)
annotation class StyleableChild(
val value: Int,
val defaultValue: Int = -1
)