java.lang.Object
io.helidon.inject.runtime.Versions
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The current release isINJECT_VERSION_1
.static final String
Version 1 - the initial release of Injection. -
Method Summary
-
Field Details
-
INJECT_VERSION_1
Version 1 - the initial release of Injection.- See Also:
-
CURRENT_INJECT_VERSION
The current release isINJECT_VERSION_1
.- See Also:
-