com.github.bordertech.restfriends.envelope.impl.VoidResponse Maven / Gradle / Ivy
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