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

com.dangdang.config.service.ConfigGroup Maven / Gradle / Ivy

There is a newer version: 3.3.2-RELEASE
Show newest version
package com.dangdang.config.service;

import java.io.Closeable;
import java.util.Map;

import com.dangdang.config.service.observer.ISubject;

/**
 * Configuration Group
 * 
 * @author Yuxuan Wang
 *
 */
public interface ConfigGroup extends Map, Closeable, ISubject {
	
	String get(String key);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy