![JAR search and dependency download from the Maven repository](/logo.png)
com.nhl.bootique.cli.CliOptionValueCardinality Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bootique Show documentation
Show all versions of bootique Show documentation
Bootique is a simple DI-based framework for launching command-line Java applications
of any kind. Be it webservices, webapps, jobs, etc.
package com.nhl.bootique.cli;
/**
* @since 0.12
*/
public enum CliOptionValueCardinality {
NONE, REQUIRED, OPTIONAL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy