org.fiolino.common.processing.ConfigurationContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
General structure to easily create dynamic logic via MethodHandles and others.
package org.fiolino.common.processing;
import org.fiolino.common.container.Container;
/**
* Created by kuli on 11.02.15.
*/
public interface ConfigurationContainer {
Container getConfiguration();
}