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

com.payneteasy.superfly.service.SettingsService Maven / Gradle / Ivy

package com.payneteasy.superfly.service;

import com.payneteasy.superfly.spring.Policy;

/**
 * @author rpuch
 */
public interface SettingsService {
    boolean isHotpDisabled();

    Policy getPolicy();

    String getSuperflyVersion();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy