java.lang.Object
io.helidon.builder.processor.tools.Versions
Keeps track of the Builder Interop Versions.
Since Builder 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 StringVersion 1 - the initial release of Builder.static final StringThe current release isBUILDER_VERSION_1. -
Method Summary
-
Field Details
-
BUILDER_VERSION_1
Version 1 - the initial release of Builder.- See Also:
-
CURRENT_BUILDER_VERSION
The current release isBUILDER_VERSION_1.- See Also:
-