An annotation used to indicate what annotation types an annotation
processor supports. The {@link
Processor#getSupportedAnnotationTypes} method can construct its
result from the value of this annotation, as done by {@link
AbstractProcessor#getSupportedAnnotationTypes}. Only {@linkplain
Processor#getSupportedAnnotationTypes strings conforming to the
grammar} should be used as values. |