}
}
// create
if (isValid) {
int offset = annotation.getOffset();
AngularDecoratorElementImpl element = new AngularDecoratorElementImpl(offset);
element.setSelector(selector);
element.setProperties(parseComponentProperties());
classElement.addToolkitObjects(element);
}
}