Class Versions

java.lang.Object
io.helidon.inject.runtime.Versions

public class Versions extends Object
Keeps track of the Injection Interop Versions.

Since Helidon Injection performs code-generation, each previously generated artifact version may need to be discoverable in order to determine interoperability with previous release versions. This class will only track version changes for anything that might affect interoperability - it will not be rev'ed for general code enhancements and fixes.

Please note that this version is completely independent of the Helidon version and other features and modules within Helidon.