protected PDAnnotationPopup pdPopup = null;
public PopupAnnotationValidator(DocumentHandler handler,
COSDictionary annotDictionary) {
super(handler, annotDictionary);
this.pdPopup = new PDAnnotationPopup(annotDictionary);
this.pdAnnot = this.pdPopup;
}