Bean<T> constructor

Bean<T>(
  1. T createInstance()
)

Implementation

Bean(this.createInstance);