
utility.TypeResolver.kt Maven / Gradle / Ivy
package com.github.fluidsonic.fluid.json.annotationprocessor
import javax.lang.model.element.TypeElement
internal interface TypeResolver {
fun resolveType(qualifiedName: String): TypeElement?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy