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

robotframework-2.7.7.atest.testdata.libdoc.NoArgConstructor Maven / Gradle / Ivy

The newest version!
/**
 * No inits here!
 */
public class NoArgConstructor {

    public NoArgConstructor() {
    }

    private NoArgConstructor(String foo) {
    }

    /**
     * The only lonely keyword.
     */
    public void keyword(String arg1, int arg2) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy