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

org.demographql.helloworld.Chat Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.demographql.helloworld;

import lombok.Builder;
import lombok.Data;
import lombok.extern.jackson.Jacksonized;

@Data
@Builder
@Jacksonized
public class Chat {
    private String youSaid;
    private String iSay;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy