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

changeset 1048
f74e4269a50a
parent 993
4caf17560ae0
child 1061
e427c42e1a7e
equal deleted inserted replaced
1047:9eb36cac6b64 1048:f74e4269a50a
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

mercurial