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

testservice.test.TestServiceD Maven / Gradle / Ivy

package testservice.test;

import testservice.ITestService;

public class TestServiceD implements ITestService2 {
	@Override
	public String test() {
		return "TestServiceD";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy