Package com.airbnb.paris.annotations

Types

AfterStyle
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class AfterStyle
Attr
Link copied to clipboard
annotation class Attr(value: Int, defaultValue: Int)
BeforeStyle
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class BeforeStyle
Fraction
Link copied to clipboard
annotation class Fraction(base: Int, pbase: Int)
GeneratedStyleableClass
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GeneratedStyleableClass(value: KClass<*>)
DO NOT USE.
GeneratedStyleableModule
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GeneratedStyleableModule(value: Array<GeneratedStyleableClass>)
DO NOT USE.
LayoutDimension
Link copied to clipboard
annotation class LayoutDimension
ParisConfig
Link copied to clipboard
annotation class ParisConfig
Place this annotation on a single class or interface within your module to specify configuration options for that module.
Style
Link copied to clipboard
annotation class Style(isDefault: Boolean)
Styleable
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Styleable(value: String, emptyDefaultStyle: Boolean)
StyleableChild
Link copied to clipboard
annotation class StyleableChild(value: Int, defaultValue: Int)