if (ElementType.TYPE.equals(type)) {
for (PostProcessInfo ppInfo : postProcessInfos) {
ppInfo.postProcessor.postProcessAnnotation(
ppInfo.ainfo, this);
}
// done with processing this class, let's pop this context
getProcessingContext().popHandler();
}