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

cn.home1.oss.lib.swagger.model.ApiResponse Maven / Gradle / Ivy

There is a newer version: 1.0.8.OSS
Show newest version
package cn.home1.oss.lib.swagger.model;

import lombok.Builder;
import lombok.Data;

/**
 * Created on 16/12/1.
 * Desc: api response
 */
@Data
@Builder
public class ApiResponse {

  private Class response = Void.class;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy