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

com.airbnb.epoxy.processor.ControllerModelField.kt Maven / Gradle / Ivy

There is a newer version: 5.1.4
Show newest version
package com.airbnb.epoxy.processor

import com.squareup.javapoet.TypeName

data class ControllerModelField(
    val fieldName: String,
    var typeName: TypeName,
    val packagePrivate: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy