org.distributeme.test.inheritance.BServiceImpl Maven / Gradle / Ivy
package org.distributeme.test.inheritance;
public class BServiceImpl implements BService{
@Override
public long echo(long value) {
return -1*value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy