Class AbstractConfigurationFeature<V>

java.lang.Object
dev.metaschema.core.configuration.AbstractConfigurationFeature<V>
Type Parameters:
V - the feature value Java type
All Implemented Interfaces:
IConfigurationFeature<V>
Direct Known Subclasses:
MetapathEvaluationFeature, ValidationFeature

public abstract class AbstractConfigurationFeature<V> extends Object implements IConfigurationFeature<V>
Provides a complete, abstract implementation of a generalized feature. Feature implementations can extend this class the implement configuration sets for a given purpose.