de.tototec.cmdoption.LineLengthDetector 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
package de.tototec.cmdoption;
public interface LineLengthDetector {
public Integer detectOrNull();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy