package com.izouma.nineth.domain; import lombok.Data; @Data public class CollectionProperty { private String name; private String value; }