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

testdata.InterfaceASubClient Maven / Gradle / Ivy

The newest version!
package testdata;

/**
 * @since 2.4
 */
public class InterfaceASubClient {

	public String getClassName(InterfaceASub sub) {
		return sub.getClassName();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy