com.fasterxml.jackson.module.scala.util.TastyUtil.scala Maven / Gradle / Ivy
package com.fasterxml.jackson.module.scala.util
private[util] object TastyUtil {
// this check is not useful in Scala 2.11/2.12
def hasTastyFile(clz: Class[_]): Boolean = false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy