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

com.almis.awe.developer.model.Literal Maven / Gradle / Ivy

The newest version!
package com.almis.awe.developer.model;

import lombok.Data;
import lombok.experimental.Accessors;

@Data
@Accessors(chain = true)
public class Literal {
  private String value;
  private String key;
  private String code;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy