ParisConfig

annotation class ParisConfig

Place this annotation on a single class or interface within your module to specify configuration options for that module.

Functions

aggregateStyleablesOnClassPath
Link copied to clipboard
abstract fun aggregateStyleablesOnClassPath(): Boolean
By default no Paris class is generated if a module contains no @Styleable classes.However, if this is set to true a Paris class will still be generated in that case, using onlythe @Styleables that are discovered on the class path.
annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
defaultStyleNameFormat
Link copied to clipboard
abstract fun defaultStyleNameFormat(): String
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
namespacedResourcesEnabled
Link copied to clipboard
abstract fun namespacedResourcesEnabled(): Boolean
This is an experimental gradle flag (android.namespacedRClass=true).
rClass
Link copied to clipboard
abstract fun rClass(): Class<out Any>
toString
Link copied to clipboard
abstract fun toString(): String