Annotation Interface Flag
Annotation to specify flags for command arguments.
This annotation can be used multiple times on the same method.
The value() method holds the list of flags, and the
prefix() method defines the default prefix for the flags,
which is -- by default.
The Flag.FlagContainer is a container annotation that allows
the Flag annotation to be repeatable on methods.
- Author:
- Despical
Created at 20.09.2024
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceContainer annotation for holding multipleFlagannotations on the same method. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements