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

sdmxdl.web.WebSources Maven / Gradle / Ivy

The newest version!
package sdmxdl.web;

import sdmxdl.HasPersistence;

import java.util.List;

@lombok.Value
@lombok.Builder(toBuilder = true)
public class WebSources implements HasPersistence {

    public static final WebSources EMPTY = WebSources.builder().build();

    @lombok.NonNull
    @lombok.Singular
    List sources;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy