Uses of Interface
com.intellij.lang.annotation.AnnotationHolder

Packages that use AnnotationHolder
com.intellij.lang.annotation Provides interfaces for implementing additional syntax highlighting, error and warning highlighting in custom languages. 
 

Uses of AnnotationHolder in com.intellij.lang.annotation
 

Methods in com.intellij.lang.annotation with parameters of type AnnotationHolder
 void Annotator.annotate(PsiElement psiElement, AnnotationHolder holder)
          Annotates the specified PSI element.
 void ExternalAnnotator.annotate(PsiFile file, AnnotationHolder holder)
          Annotates the specified file.