Interface BeanContainer.Instance<T>

    • Method Detail

      • get

        T get()
        Returns:
        the underlying instance
      • close

        default void close()
        releases the underlying instance
        Specified by:
        close in interface AutoCloseable