Interface IProvider<T>

All Superinterfaces:
Supplier<T>
All Known Implementing Classes:
SingletonInstanceProvider

public interface IProvider<T> extends Supplier<T>
A provider interface useful in various registry instances.