Interface Factory

    • Method Summary

      Modifier and Type Method Description
      Citation getVendor()
      Returns the vendor responsible for creating this factory implementation.
    • Method Detail

      • getVendor

        Citation getVendor()
        Returns the vendor responsible for creating this factory implementation. Many implementations may be available for the same factory interface. Implementations can be managed by a service loader.
        Returns:
        the vendor for this factory implementation.