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

tbrugz.util.GenericDecoratorFactory Maven / Gradle / Ivy

There is a newer version: 0.9.17
Show newest version
package tbrugz.util;

//XXX: better class name is welcome
public interface GenericDecoratorFactory {

	void set(String key, String value);
	
	T getDecoratorOf(T arg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy