org.openstack4j.common.RestService Maven / Gradle / Ivy
The newest version!
package org.openstack4j.common;
/**
* An API decorator which is a rest consumer
*
* @author Jeremy Unruh
*/
public interface RestService {
}
package org.openstack4j.common;
/**
* An API decorator which is a rest consumer
*
* @author Jeremy Unruh
*/
public interface RestService {
}