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

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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy