com.airbnb.paris.annotations.Fraction.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.VALUE_PARAMETER)
annotation class Fraction(
val base: Int = 1,
val pbase: Int = 1)