
com.greenpepper.spy.ConstructorDescription Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy