Interface MetadataSourcesContributor


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

    Modifier and Type
    Method
    Description
    void
    contribute(MetadataSources metadataSources)
    Perform the process of contributing to the MetadataSources.
  • Method Details

    • contribute

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