This repository has been archived on 2021-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
geoportal-common/src/main/java/org/gcube/application/geoportal/common/model/profile/Field.java

12 lines
123 B
Java
Raw Normal View History

2020-11-11 18:19:14 +01:00
package org.gcube.application.geoportal.common.model.profile;
2020-11-12 18:02:51 +01:00
import lombok.Getter;
@Getter
2020-11-25 12:53:30 +01:00
public class Field {
2020-11-12 18:02:51 +01:00
2020-11-11 18:19:14 +01:00
}