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

ch.inftec.ju.ee.test.TestLocal Maven / Gradle / Ivy

There is a newer version: 6.1-S-5
Show newest version
package ch.inftec.ju.ee.test;


/**
 * Interface that can be used as a local interface for bean testing.
 * @author Martin
 *
 */
public interface TestLocal {
	/**
	 * Gets a greeting containing the specified name and the simple name of the class.
	 * @param name Name to greet
	 * @return String containing the simple name of the class and the specified name
	 */
	public String getGreeting(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy