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

Packages that use Annotator
com.intellij.lang Provides base interfaces which allow to extend IDEA with support for custom languages. 
 

Uses of Annotator in com.intellij.lang
 

Methods in com.intellij.lang that return Annotator
 Annotator Language.getAnnotator()
          Override this method to provide on-the-fly error highlighting with quickfixes as well as parse tree based syntax annotations like highlighting instance variables in java.