src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 55021 d84176dd57b0
parent 54650 d9208a660094
child 55027 adb2493b120e
equal deleted inserted replaced
55020:2bcb825c8edf 55021:d84176dd57b0
  1909 
  1909 
  1910 # 0: source version, 1: string, 2: string
  1910 # 0: source version, 1: string, 2: string
  1911 compiler.warn.proc.processor.incompatible.source.version=\
  1911 compiler.warn.proc.processor.incompatible.source.version=\
  1912     Supported source version ''{0}'' from annotation processor ''{1}'' less than -source ''{2}''
  1912     Supported source version ''{0}'' from annotation processor ''{1}'' less than -source ''{2}''
  1913 
  1913 
       
  1914 # 0: string, 1: string
       
  1915 compiler.warn.proc.duplicate.option.name=\
       
  1916     Duplicate supported option ''{0}'' returned by annotation processor ''{1}''
       
  1917 
       
  1918 # 0: string, 1: string
       
  1919 compiler.warn.proc.duplicate.supported.annotation=\
       
  1920     Duplicate supported annotation type ''{0}'' returned by annotation processor ''{1}''
       
  1921 
       
  1922 # 0: string
       
  1923 compiler.warn.proc.redundant.types.with.wildcard=\
       
  1924     Annotation processor ''{0}'' redundantly supports both ''*'' and other annotation types
       
  1925 
  1914 compiler.warn.proc.proc-only.requested.no.procs=\
  1926 compiler.warn.proc.proc-only.requested.no.procs=\
  1915     Annotation processing without compilation requested but no processors were found.
  1927     Annotation processing without compilation requested but no processors were found.
  1916 
  1928 
  1917 compiler.warn.proc.use.implicit=\
  1929 compiler.warn.proc.use.implicit=\
  1918     Implicitly compiled files were not subject to annotation processing.\n\
  1930     Implicitly compiled files were not subject to annotation processing.\n\