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

hollow.model.Country Maven / Gradle / Ivy

The newest version!
package hollow.model;

import com.netflix.hollow.core.write.objectmapper.HollowInline;

public class Country {
    @HollowInline
    String id;

    public Country(String id) {
        this.id = id;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy