Class AutoGex
java.lang.Object
org.eu.autogex.AutoGex
Main utility class and metadata provider for the AutoGex library.
This class provides global information about the library version and ensures that the root package is recognized as non-empty by the Java Module System.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
VERSION
The current version of the AutoGex library.This value is dynamically retrieved from the JAR manifest (Implementation-Version). If the library is running un-packaged (e.g., during tests), it falls back to a default snapshot value.
-