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

com.revinate.ship.common.CompanyInfo Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package com.revinate.ship.common;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.*;

@Getter
@Setter
@ToString
@NoArgsConstructor
@AllArgsConstructor
public class CompanyInfo {

    @JsonProperty(required = true)
    private String name;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy