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

changeset 1344
73312ec2cf7c
parent 1338
ad2ca2a4ab5e
child 1347
1408af4cd8b0
equal deleted inserted replaced
1343:f1e6b361a329 1344:73312ec2cf7c
290 compiler.err.invalid.containedby.annotation.value.return=\ 290 compiler.err.invalid.containedby.annotation.value.return=\
291 duplicate annotation, value element of containing annotation {0} should have type {2}, found {1} 291 duplicate annotation, value element of containing annotation {0} should have type {2}, found {1}
292 292
293 # 0: type, 1: symbol 293 # 0: type, 1: symbol
294 compiler.err.invalid.containedby.annotation.elem.nondefault=\ 294 compiler.err.invalid.containedby.annotation.elem.nondefault=\
295 duplicate annotation, element {1} in containing annotation {0} does not have a default value 295 containing annotation {0} does not have a default value for element {1}
296 296
297 # 0: symbol, 1: type, 2: symbol, 3: type 297 # 0: symbol, 1: type, 2: symbol, 3: type
298 compiler.err.invalid.containedby.annotation.retention=\ 298 compiler.err.invalid.containedby.annotation.retention=\
299 containing annotation {0} has shorter retention ({1}) than the contained annotation {2} with retention {3} 299 containing annotation {0} has shorter retention ({1}) than the contained annotation {2} with retention {3}
300 300

mercurial