Interface MetadataSourcesContributor


  • public interface MetadataSourcesContributor
    A bootstrap process hook for contributing sources to MetadataSources.
    Since:
    5.0
    • Method Detail

      • contribute

        void contribute​(MetadataSources metadataSources)
        Perform the process of contributing to MetadataSources.
        Parameters:
        metadataSources - The MetadataSources, to which to contribute.