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

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