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

com.github.bordertech.restfriends.envelope.impl.VoidResponse Maven / Gradle / Ivy

There is a newer version: 2.0.0-beta-1
Show newest version
package com.github.bordertech.restfriends.envelope.impl;

import com.github.bordertech.restfriends.envelope.Envelope;

/**
 * Service response with no content (ie void).
 */
public class VoidResponse implements Envelope {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy