com.shaishavgandhi.navigator.NParameter.kt Maven / Gradle / Ivy
The newest version!
package com.shaishavgandhi.navigator
import javax.lang.model.type.TypeMirror
data class NParameter(val type: TypeMirror,
val name: String,
val customKey: Boolean)