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

testservice.TestServiceImpl1 Maven / Gradle / Ivy

package testservice;

public class TestServiceImpl1 implements ITestService {
	public String ss = "ss";

	@Override
	public String test() {
		return "TestServiceImpl1.test:" + ss;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy