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

com.seq.http.SuccessMessage Maven / Gradle / Ivy

There is a newer version: 2.2
Show newest version
package com.seq.http;

/**
 * This class represents RPC success responses whose content is not meaningful.
 */
public class SuccessMessage {
  public String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy