
de.tototec.cmdoption.internal.F1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of de.tototec.cmdoption Show documentation
Show all versions of de.tototec.cmdoption Show documentation
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