Interface of an annotation.
11661167116811691170117111721173117411751176
} // customize element with annotations if (ctx.processAnnotations) { XSAnnotation an = elementDec.getAnnotation(); if(an != null) { customizeTerm(an, element, ctx.trace); } }