langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 14804 f93a8d60b9a4
parent 14725 65836e833f59
child 14952 d0022ae20516
equal deleted inserted replaced
14803:88347e495d34 14804:f93a8d60b9a4
   305     package {0} does not exist
   305     package {0} does not exist
   306 
   306 
   307 compiler.err.duplicate.annotation=\
   307 compiler.err.duplicate.annotation=\
   308     duplicate annotation
   308     duplicate annotation
   309 
   309 
       
   310 # 0: type
       
   311 compiler.err.duplicate.annotation.invalid.repeated=\
       
   312     annotation {0} cannot be repeated\nIt does not define a valid containing annotation.
       
   313 
   310 # 0: name, 1: type
   314 # 0: name, 1: type
   311 compiler.err.duplicate.annotation.member.value=\
   315 compiler.err.duplicate.annotation.member.value=\
   312     duplicate annotation member value {0} in {1}
   316     duplicate annotation member value {0} in {1}
   313 
   317 
   314 # 0: type
   318 # 0: type, 1: type
   315 compiler.err.duplicate.annotation.missing.container=\
   319 compiler.err.duplicate.annotation.missing.container=\
   316     duplicate annotation, the declaration of {0} does not have a ContainedBy annotation
   320     duplicate annotation, the declaration of {0} does not have a valid {1} annotation
   317 
   321 
   318 # 0: type, 1: type
   322 # 0: type, 1: type
   319 compiler.err.invalid.container.no.containedby=\
   323 compiler.err.invalid.container.no.containedby=\
   320     invalid contained repeatable annotation, {0} is not annotated with {1}
   324     invalid contained repeatable annotation, {0} is not annotated with {1}
   321 
   325