component.setRoleHint(filterEmptyAsNull(anno.hint()));
component.setImplementation(className);
component.setVersion(filterEmptyAsNull(anno.version()));
component.setComponentType(filterEmptyAsNull(anno.type()));
component.setInstantiationStrategy(filterEmptyAsNull(anno.instantiationStrategy()));