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

org.distributeme.test.aggregation.b.BServiceImpl Maven / Gradle / Ivy

package org.distributeme.test.aggregation.b;

public class BServiceImpl implements BService{

	@Override
	public void bMethod() {
		System.out.println("'B' method called");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy