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

com.amrdeveloper.easyadapter.compiler.data.bind.BindExpandableData.kt Maven / Gradle / Ivy

Go to download

Android Annotation Processor library to generate adapter class easily from your model with a lot of customization.

The newest version!
package com.amrdeveloper.easyadapter.compiler.data.bind

import com.amrdeveloper.easyadapter.compiler.data.listener.ListenerData

data class BindExpandableData (
    val modelClassName: String,
    val modelClassPackageName : String,
    val layoutId: String,
    val bindingDataList: List,
    val listeners: Set
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy