Interface MetadataRegistry

All Superinterfaces:
Registry<Metadata,MetadataKey>
All Known Implementing Classes:
ProviderMetadataRegistryDelegate

@NonNullByDefault public interface MetadataRegistry extends Registry<Metadata,MetadataKey>
The MetadataRegistry is the central place, where additional information about items is kept. Metadata can be supplied by MetadataProviders, which can provision them from any source they like and also dynamically remove or add data.
Author:
Kai Kreuzer - Initial contribution