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

com.greenpepper.spy.ConstructorDescription Maven / Gradle / Ivy

The newest version!
package com.greenpepper.spy;

public interface ConstructorDescription {

    /**
     * The Camel Case name of the constructor in JAVA convention.
     */
    String getName();

    /**
     *
     * @return the number of argument of that constructor.
     */
    int getArity();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy