if (_qualifierList.size() == 0)
builder.qualifier(DefaultLiteral.DEFAULT);
for (Annotation stereotype : _stereotypeList) {
builder.stereotype(stereotype.annotationType());
}
if (_scope != null) {
builder.scope(_scope);
// comp.setScope(_beanManager.getScopeContext(_scope));