public void onEndAnnotation(Node annotation) {
annotations.add(annotation);
}
protected Expression annealExpression( Expression contentModel ) {
AnnotatedElementPattern e =
new AnnotatedElementPattern( nameClass, contentModel, annotations );
reader.setDeclaredLocationOf(e);
return e;
}