@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Positional
This annotation required only for CLI utilities such as control.sh.
Fields marked by this annotation treated as "positional argument" so no explicit prefixed name will be provided by the user.
Example:
./control.sh --my-command --param1 value1 positional_value.
--positional-parameter prefix for "positional_value".
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023