if(!AnnotationUtil.isAnnotationPhpDocTag((PhpDocTag) psiElement)) {
return;
}
PhpClass phpClass = AnnotationUtil.getAnnotationReference(((PhpDocTag) psiElement));
if(phpClass == null) {
PhpAnnotationDocTagAnnotatorParameter parameter = new PhpAnnotationDocTagAnnotatorParameter((PhpDocTag) psiElement, holder);
for(PhpAnnotationDocTagAnnotator annotator: AnnotationUtil.EP_DOC_TAG_ANNOTATOR.getExtensions()) {
annotator.annotate(parameter);