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