}
final java.lang.annotation.Annotation[] parameterAnnotations = Annotations.getParameterAnnotations(processParameterContext.getMethod())[processParameterContext.getParamNum()];
for (int i = 0; i < parameterAnnotations.length; i++) {
if (parameterAnnotations[i] instanceof Mask) {
final Mask annotation = (Mask) parameterAnnotations[i];
addMaskFacetAndCorrespondingTitleFacet(processParameterContext.getFacetHolder(), annotation, parameterTypes[i]);
return;
}
}
}