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

io.castled.schema.mapping.MappingGroup Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.castled.schema.mapping;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class MappingGroup {
    private String title;
    private String description;
    private MappingGroupType type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy