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

com.dropchop.textonic.model.dto.ml.Licence Maven / Gradle / Ivy

package com.dropchop.textonic.model.dto.ml;

import com.dropchop.recyclone.base.dto.model.base.DtoCode;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

import static com.fasterxml.jackson.annotation.JsonInclude.Include.NON_NULL;

/**
 * @author Nikola Ivačič  on 26. 08. 22.
 */
@Getter
@Setter
@NoArgsConstructor
@JsonInclude(NON_NULL)
public class Licence extends DtoCode {
  private String url;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy