langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 10186 31a86b7e18ca
parent 9604 d7152128d22f
child 10199 48bd09ecc88a
equal deleted inserted replaced
10185:35e10ba07913 10186:31a86b7e18ca
   635 # 0: list of string
   635 # 0: list of string
   636 compiler.err.proc.no.explicit.annotation.processing.requested=\
   636 compiler.err.proc.no.explicit.annotation.processing.requested=\
   637     Class names, ''{0}'', are only accepted if annotation processing is explicitly requested
   637     Class names, ''{0}'', are only accepted if annotation processing is explicitly requested
   638 
   638 
   639 compiler.err.proc.no.service=\
   639 compiler.err.proc.no.service=\
   640     A service loader class could not be found.\n\
   640     A ServiceLoader was not usable and is required for annotation processing.
   641     Either java.util.ServiceLoader or sun.misc.Service must be available.
       
   642 
   641 
   643 compiler.err.proc.processor.bad.option.name=\
   642 compiler.err.proc.processor.bad.option.name=\
   644     Bad option name ''{0}'' provided by processor ''{1}''
   643     Bad option name ''{0}'' provided by processor ''{1}''
   645 
   644 
   646 # 0: string
   645 # 0: string
   647 compiler.err.proc.processor.cant.instantiate=\
   646 compiler.err.proc.processor.cant.instantiate=\
   648     Could not instantiate an instance of processor ''{0}''
   647     Could not instantiate an instance of processor ''{0}''
   649 
       
   650 compiler.err.proc.processor.constructor.error=\
       
   651     Exception thrown while constructing Processor object: {0}
       
   652 
   648 
   653 # 0: string
   649 # 0: string
   654 compiler.err.proc.processor.not.found=\
   650 compiler.err.proc.processor.not.found=\
   655     Annotation processor ''{0}'' not found
   651     Annotation processor ''{0}'' not found
   656 
   652