ClassNotFoundException {
Component componentAnnotation = (Component) componentClass.getAnnotation(Component.class);
if (componentAnnotation == null) {
throw new InvalidComponentClassException("Class provided is not property annotated");
}
EditConfigParameters parameters = new EditConfigParameters();
String title = getTitleForEditConfig(componentClass, componentAnnotation);
parameters.setActions(getActionsForEditConfig(componentAnnotation, title));