Package org.seedstack.seed.cli
Annotation Type CliArgs
-
@Retention(RUNTIME) @Target({FIELD,ANNOTATION_TYPE}) public @interface CliArgs
This annotation marks a field as the args of the commandline. Type must be an array of String.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intmandatoryCount
-