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

jadex.web.examples.hellobdiv3.ISayHelloService Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package jadex.web.examples.hellobdiv3;

import jadex.bridge.service.annotation.Service;
import jadex.commons.future.IFuture;

@Service
public interface ISayHelloService
{
	/**
	 *  Say hello method.
	 *  @return Say hello text.
	 */
	public IFuture sayHello();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy