Class FeatureListProvider<T extends FeatureInput>

Type Parameters:
T - input type for the feature list
All Implemented Interfaces:
Provider<FeatureList<T>>
Direct Known Subclasses:
PrependName, ReferencingFeatureListProvider

public abstract class FeatureListProvider<T extends FeatureInput>
extends FeatureProviderBean<FeatureListProvider<T>,​FeatureList<T>>
Provides a list of Features with identical input-type.
Author:
Owen Feehan