diff -r daa645653200 -r f7ffcfe938f2 langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Sat Mar 29 11:06:33 2014 -0700 +++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties Mon Mar 31 21:27:25 2014 +0200 @@ -2325,6 +2325,11 @@ (use -source 8 or higher to enable type annotations) # 0: string +compiler.err.annotations.after.type.params.not.supported.in.source=\ + annotations after method type parameters are not supported in -source {0}\n\ +(use -source 8 or higher to enable annotations after method type parameters) + +# 0: string compiler.err.repeatable.annotations.not.supported.in.source=\ repeated annotations are not supported in -source {0}\n\ (use -source 8 or higher to enable repeated annotations)