Interface ComponentFactory<T>

    • Method Detail

      • make

        T make()
        Creates a new instance for the specified type.
        Returns:
        the new instance of type ComponentFactory.
      • isSingleton

        default boolean isSingleton()
        Returns the if the instance created from this ComponentFactory must be shared across the application.
        Returns:
        true if the instance is shared, false otherwise.