![JAR search and dependency download from the Maven repository](/logo.png)
spoon.examples.distcalc.src.Services Maven / Gradle / Ivy
The newest version!
package spoon.examples.distcalc.src;
import spoon.examples.distcalc.annotation.Service;
public interface Services {
@Service
long fac(long n);
@Service
boolean primary(long n);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy