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