
org.objectweb.fractal.bf.connectors.Service Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fixtures Show documentation
Show all versions of fixtures Show documentation
Integration tests fixtures
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