ComponentDescriptor<?> component = new ComponentDescriptor<Object>();
component.setRole(anno.role().getName());
component.setRoleHint(filterEmptyAsNull(anno.hint()));
component.setImplementation(className);
component.setVersion(filterEmptyAsNull(anno.version()));