When running annotation processing tests, the harness uses the processor option template to set the annotation processor class name for the Java compiler. The annotation processor is a class that implements the javax.annotation.processing.Processor interface. It plugs into the Java compiler which then uses it to process program annotations.

For example, use the following option template when testing standard JDK implementations on Solaris:

-processor #
This option might be different for other implementations.