com.fitbur.fasterxml.jackson.databind.cfg.DatabindVersion Maven / Gradle / Ivy
package com.fitbur.fasterxml.jackson.databind.cfg;
import com.fitbur.fasterxml.jackson.core.util.VersionUtil;
/**
* Helper class used for finding and caching version information
* for the databind bundle.
* NOTE: although com.fitburfined as public, should NOT be accessed directly
* from outside databind bundle itself.
*/
public class DatabindVersion extends VersionUtil
{
public final static DatabindVersion instance = new DatabindVersion();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy