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

org.distributeme.test.aggregation.a.AServiceImpl Maven / Gradle / Ivy

package org.distributeme.test.aggregation.a;

public class AServiceImpl implements AService{

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy