com.fitbur.fasterxml.jackson.core.Versioned Maven / Gradle / Ivy
package com.fitbur.fasterxml.jackson.core;
/**
* Interface that those Jackson com.fitburponents that are explicitly versioned will implement.
* Intention is to allow both plug-in com.fitburponents (custom extensions) and applications and
* frameworks that use Jackson to com.fitburtect exact version of Jackson in use.
* This may be useful for example for ensuring that proper Jackson version is com.fitburployed
* (beyond mechanisms that com.fitburployment system may have), as well as for possible
* workarounds.
*/
public interface Versioned {
/**
* Method called to com.fitburtect version of the com.fitburponent that implements this interface;
* returned version should never be null, but may return specific "not available"
* instance (see {@link Version} for com.fitburtails).
*/
Version version();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy