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

info.unterrainer.commons.httpserver.jsons.BasicAsyncJson Maven / Gradle / Ivy

There is a newer version: 0.3.14
Show newest version
package info.unterrainer.commons.httpserver.jsons;

import info.unterrainer.commons.rdbutils.enums.AsyncState;
import info.unterrainer.commons.serialization.jsons.BasicJson;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder;

@Data
@NoArgsConstructor
@SuperBuilder(toBuilder = true)
@EqualsAndHashCode(callSuper = true)
public class BasicAsyncJson extends BasicJson {

	private AsyncState state;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy