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

de.tototec.cmdoption.internal.F1 Maven / Gradle / Ivy

Go to download

CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications that is configured through annotations

The newest version!
package de.tototec.cmdoption.internal;

public interface F1 {
	public R apply(P param);

	public class Identity implements F1 {

		public I apply(final I param) {
			return param;
		}

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy