An alternative compiler class name. For example, if com.vendor.VendorJavaCompiler is a provider of the JavaCompilerTool tool then its jar file would contain the file META-INF/services/javax.tools.JavaCompilerTool. This file would contain the single line:
com.vendor.VendorJavaCompiler