Class Versions
java.lang.Object
io.helidon.builder.config.processor.Versions
Keeps track of the Helidon
ConfigBeanBuilderCreator Builder Interop Versions.
Since ConfigBean 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_CONFIG_VERSION_1. -
Method Summary
-
Field Details
-
BUILDER_CONFIG_VERSION_1
Version 1 - the initial release of Builder.- See Also:
-
CURRENT_BUILDER_CONFIG_VERSION
The current release isBUILDER_CONFIG_VERSION_1.- See Also:
-