fun <T : Any> lookUpLocalBeans(type: KClass<T>): List<T>
Overrides HierarchicalBeansProvider.lookUpLocalBeans
Looks up all beans of the given type solely locally, i.e. not in the parent.
type - the type of the desired beans
Parameters
Return
the beans of the given type or an empty list