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

org.distributeme.firstexample.FirstService Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.distributeme.firstexample;

import net.anotheria.anoprise.metafactory.Service;
import org.distributeme.annotation.DistributeMe;

@DistributeMe
public interface FirstService extends Service{
	String greet(String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy