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

org.distributeme.test.eecho.EEchoService Maven / Gradle / Ivy

package org.distributeme.test.eecho;

import org.distributeme.annotation.DistributeMe;
import org.distributeme.test.echo.EchoService;

/**
 * This interface is a test for extension generation.
 * @author lrosenberg.
 *
 */
@DistributeMe()
public interface EEchoService extends EchoService{
	/**
	 * A method unique to the overriding interface.
	 * @param param
	 * @return
	 * @throws EEchoServiceException
	 */
	long eecho(long param) throws EEchoServiceException;
}
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy