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

io.soffa.foundation.models.data.ItemList Maven / Gradle / Ivy

package io.soffa.foundation.models.data;

import lombok.AllArgsConstructor;

import java.util.List;

@AllArgsConstructor
public class ItemList {

    private List items;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy