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

com.github.antelopeframework.web.ajax.result.AjaxResult Maven / Gradle / Ivy

The newest version!
package com.github.antelopeframework.web.ajax.result;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class AjaxResult {
	private boolean success;
	private Error error;
	private Object data;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy