Interface StorageDataChunkValidator.Provider2

All Known Implementing Classes:
StorageDataChunkValidator.NoOp, StorageDataChunkValidator.Provider2.Default, StorageDataChunkValidator.Provider2.Transient
Enclosing interface:
StorageDataChunkValidator

public static interface StorageDataChunkValidator.Provider2
"Provider2" ist not a lazy copy name of "Provider", it's a hereby introduced schema to indicate multi-layered provider logic which indicates that this is actually a "ProviderProvider". With multiple layers of interface-based architecture, multiple layers of providers are necessary. Neither laziness to do so or funny namings can be justifactions to fall back to hardcoding logic.