5354555657585960
public void onEndAnnotation(Node annotation) { annotations.add(annotation); } protected Expression annealDeclaration( ElementDeclExp exp ) { exp.setElementExp( new AnnotatedXSElementExp(exp,annotations) ); return exp; }