ch.inftec.ju.ee.test.TestLocal Maven / Gradle / Ivy
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