sequenceOfStereotypedType

inline fun <T, Q : Annotation> BeanLocator.sequenceOfStereotypedType(): Sequence<T>

Extension for BeanLocator.streamOfType providing a sequenceOfStereotypedType<Foo, Bar>() variant.

Return

A Sequence of bean instances

Author

Alejandro Gomez

Since

1.0.0

Parameters

T

The bean type

Q

The stereotype type