< prev index next >

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

Print this page




1894 # 0: string, 1: string
1895 compiler.warn.proc.suspicious.class.name=\
1896     Creating file for a type whose name ends in {1}: ''{0}''
1897 
1898 # 0: string
1899 compiler.warn.proc.file.create.last.round=\
1900     File for type ''{0}'' created in the last round will not be subject to annotation processing.
1901 
1902 # 0: string, 1: string
1903 compiler.warn.proc.malformed.supported.string=\
1904     Malformed string ''{0}'' for a supported annotation type returned by processor ''{1}''
1905 
1906 # 0: set of string
1907 compiler.warn.proc.annotations.without.processors=\
1908     No processor claimed any of these annotations: {0}
1909 
1910 # 0: source version, 1: string, 2: string
1911 compiler.warn.proc.processor.incompatible.source.version=\
1912     Supported source version ''{0}'' from annotation processor ''{1}'' less than -source ''{2}''
1913 












1914 compiler.warn.proc.proc-only.requested.no.procs=\
1915     Annotation processing without compilation requested but no processors were found.
1916 
1917 compiler.warn.proc.use.implicit=\
1918     Implicitly compiled files were not subject to annotation processing.\n\
1919     Use -implicit to specify a policy for implicit compilation.
1920 
1921 compiler.warn.proc.use.proc.or.implicit=\
1922     Implicitly compiled files were not subject to annotation processing.\n\
1923     Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
1924 
1925 # Print a client-generated warning; assumed to be localized, no translation required
1926 # 0: string
1927 compiler.warn.proc.messager=\
1928     {0}
1929 
1930 # 0: set of string
1931 compiler.warn.proc.unclosed.type.files=\
1932     Unclosed files for the types ''{0}''; these types will not undergo annotation processing
1933 




1894 # 0: string, 1: string
1895 compiler.warn.proc.suspicious.class.name=\
1896     Creating file for a type whose name ends in {1}: ''{0}''
1897 
1898 # 0: string
1899 compiler.warn.proc.file.create.last.round=\
1900     File for type ''{0}'' created in the last round will not be subject to annotation processing.
1901 
1902 # 0: string, 1: string
1903 compiler.warn.proc.malformed.supported.string=\
1904     Malformed string ''{0}'' for a supported annotation type returned by processor ''{1}''
1905 
1906 # 0: set of string
1907 compiler.warn.proc.annotations.without.processors=\
1908     No processor claimed any of these annotations: {0}
1909 
1910 # 0: source version, 1: string, 2: string
1911 compiler.warn.proc.processor.incompatible.source.version=\
1912     Supported source version ''{0}'' from annotation processor ''{1}'' less than -source ''{2}''
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 
1926 compiler.warn.proc.proc-only.requested.no.procs=\
1927     Annotation processing without compilation requested but no processors were found.
1928 
1929 compiler.warn.proc.use.implicit=\
1930     Implicitly compiled files were not subject to annotation processing.\n\
1931     Use -implicit to specify a policy for implicit compilation.
1932 
1933 compiler.warn.proc.use.proc.or.implicit=\
1934     Implicitly compiled files were not subject to annotation processing.\n\
1935     Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
1936 
1937 # Print a client-generated warning; assumed to be localized, no translation required
1938 # 0: string
1939 compiler.warn.proc.messager=\
1940     {0}
1941 
1942 # 0: set of string
1943 compiler.warn.proc.unclosed.type.files=\
1944     Unclosed files for the types ''{0}''; these types will not undergo annotation processing
1945 


< prev index next >