All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nhl.bootique.cli.CliOptionValueCardinality Maven / Gradle / Ivy

Go to download

Bootique is a simple DI-based framework for launching command-line Java applications of any kind. Be it webservices, webapps, jobs, etc.

There is a newer version: 0.18
Show newest version
package com.nhl.bootique.cli;

/**
 * @since 0.12
 */
public enum CliOptionValueCardinality {

	NONE, REQUIRED, OPTIONAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy