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

com.netgrif.application.engine.settings.web.PreferencesResource Maven / Gradle / Ivy

package com.netgrif.application.engine.settings.web;

import com.netgrif.application.engine.settings.domain.Preferences;
import org.springframework.hateoas.EntityModel;

import java.util.ArrayList;

public class PreferencesResource extends EntityModel {

    public PreferencesResource(Preferences content) {
        super(content, new ArrayList<>());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy