getBeansOfType

inline fun <T> BeanLocator.getBeansOfType(): Collection<T>

Extension for BeanLocator.getBeansOfType providing a getBeansOfType<Foo>() variant.

Return

A Collection of bean instances

Author

Alejandro Gomez

Since

1.0.0

Parameters

T

The bean type