com.cleverpine.cptranslationsutil.dto.TestVegetables Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cp-translations-util Show documentation
Show all versions of cp-translations-util Show documentation
Simple util library for Spring Framework projects
package com.cleverpine.cptranslationsutil.dto;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class TestVegetables {
private String brusselsSprouts;
private String celery;
private String asparagus;
private String zucchini;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy