Class AbstractConfigurationLoader<A,B extends AbstractConfigurationLoader<A,B>>

java.lang.Object
io.inverno.mod.configuration.AbstractConfigurationLoader<A,B>
Type Parameters:
A - the configuration type to load
B - the configuration loader type
All Implemented Interfaces:
ConfigurationLoader<A,B>
Direct Known Subclasses:
ConfigurationLoaderSupport

public abstract class AbstractConfigurationLoader<A,B extends AbstractConfigurationLoader<A,B>> extends Object implements ConfigurationLoader<A,B>

Base implementation for ConfigurationLoader.

Author:
Jeremy Kuhn