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

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

Uses of ExternalAnnotator in com.intellij.lang
 

Methods in com.intellij.lang that return ExternalAnnotator
 ExternalAnnotator Language.getExternalAnnotator()
          Same as Language.getAnnotator() but is being run once against whole file.