src/share/classes/com/sun/tools/javac/resources/compiler.properties

Print this page

        

*** 636,657 **** compiler.err.proc.no.explicit.annotation.processing.requested=\ Class names, ''{0}'', are only accepted if annotation processing is explicitly requested compiler.err.proc.no.service=\ A service loader class could not be found.\n\ ! Either java.util.ServiceLoader or sun.misc.Service must be available. compiler.err.proc.processor.bad.option.name=\ Bad option name ''{0}'' provided by processor ''{1}'' # 0: string compiler.err.proc.processor.cant.instantiate=\ Could not instantiate an instance of processor ''{0}'' - compiler.err.proc.processor.constructor.error=\ - Exception thrown while constructing Processor object: {0} - # 0: string compiler.err.proc.processor.not.found=\ Annotation processor ''{0}'' not found # 0: string --- 636,654 ---- compiler.err.proc.no.explicit.annotation.processing.requested=\ Class names, ''{0}'', are only accepted if annotation processing is explicitly requested compiler.err.proc.no.service=\ A service loader class could not be found.\n\ ! The java.util.ServiceLoader class must be usable. compiler.err.proc.processor.bad.option.name=\ Bad option name ''{0}'' provided by processor ''{1}'' # 0: string compiler.err.proc.processor.cant.instantiate=\ Could not instantiate an instance of processor ''{0}'' # 0: string compiler.err.proc.processor.not.found=\ Annotation processor ''{0}'' not found # 0: string