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