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

com.ssrs.platform.extend.ConfigService Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.ssrs.platform.extend;

import com.ssrs.framework.extend.AbstractExtendService;
import com.ssrs.platform.FixedConfigItem;

public class ConfigService extends AbstractExtendService {

    public static ConfigService getInstance() {
        return findInstance(ConfigService.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy