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

org.nasdanika.cli.MixInRequirement Maven / Gradle / Ivy

There is a newer version: 2024.9.0
Show newest version
package org.nasdanika.cli;

import java.util.List;

import picocli.CommandLine;

/**
 * Requirement for a mix-in to add to the command 
 * identified by the path or the root command if the command path is null or empty.
 */
public record MixInRequirement(List commandPath) {
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy