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

org.objectweb.fractal.bf.connectors.Service Maven / Gradle / Ivy

The newest version!
package org.objectweb.fractal.bf.connectors;

public interface Service {
	void print();

	String printAndAnswer();

	javax.xml.datatype.XMLGregorianCalendar getCurrentDate();

	Pojo getPojo();

	Pojo child(Pojo p);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy