component.setComponentProfile(filterEmptyAsNull(anno.profile()));
component.setComponentComposer(filterEmptyAsNull(anno.composer()));
component.setComponentConfigurator(filterEmptyAsNull(anno.configurator()));
component.setComponentFactory(filterEmptyAsNull(anno.factory()));
component.setDescription(filterEmptyAsNull(anno.description()));