621622623624625626627628629630631
if (!definition.qualifier().equals(componentKey)) { return false; } containers = definition.target(); type = definition.type(); } if (!accepts(containers)) { // The class of the current container is not part of the allowed classes. return false;
718719720721722723724725726727728