getStereotypedBeansOfType

inline fun <T, Q : Annotation> BeanLocator.getStereotypedBeansOfType(): Collection<T>

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

Return

A Collection of bean instances

Author

Alejandro Gomez

Since

1.0.0

Parameters

T

The bean type

Q

The stereotype type