langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 13689 4d519199a6aa
parent 13439 3025d6ac1401
child 14048 308d1cf8fe46
equal deleted inserted replaced
13636:bee2d435e11f 13689:4d519199a6aa
   248 
   248 
   249 # 0: name, 1: type
   249 # 0: name, 1: type
   250 compiler.err.duplicate.annotation.member.value=\
   250 compiler.err.duplicate.annotation.member.value=\
   251     duplicate annotation member value {0} in {1}
   251     duplicate annotation member value {0} in {1}
   252 
   252 
       
   253 # 0: type
       
   254 compiler.err.duplicate.annotation.missing.container=\
       
   255     duplicate annotation, the declaration of {0} does not have a ContainedBy annotation
       
   256 
       
   257 # 0: type, 1: type
       
   258 compiler.err.invalid.container.no.containedby=\
       
   259     invalid contained repeatable annotation, {0} is not annotated with {1}
       
   260 
       
   261 # 0: type, 1: type
       
   262 compiler.err.invalid.container.wrong.containedby=\
       
   263     invalid contained repeatable annotation, {0} does not match {1}
       
   264 
       
   265 # 0: type, 1: type
       
   266 compiler.err.invalid.container.no.containerfor=\
       
   267     invalid container for repeating annotations, {0} is not annotated with {1}
       
   268 
       
   269 # 0: type, 1: type
       
   270 compiler.err.invalid.container.wrong.containerfor=\
       
   271     invalid container for repeating annotations, {0} does not match {1}
       
   272 
       
   273 # 0: type
       
   274 compiler.err.invalid.containedby.annotation=\
       
   275     duplicate annotation, {0} is annotated with an invalid ContainedBy annotation
       
   276 
       
   277 # 0: type
       
   278 compiler.err.invalid.containedby.annotation.no.value=\
       
   279     duplicate annotation, {0} is not a valid ContainedBy, no value element method declared
       
   280 
       
   281 # 0: type, 1: number
       
   282 compiler.err.invalid.containedby.annotation.multiple.values=\
       
   283     duplicate annotation, {0} is not a valid ContainedBy, {1} value element methods declared
       
   284 
       
   285 # 0: type
       
   286 compiler.err.invalid.containedby.annotation.invalid.value=\
       
   287     duplicate annotation, {0} is not a valid ContainedBy, invalid value element, need a method
       
   288 
       
   289 # 0: type, 1: type, 2: type
       
   290 compiler.err.invalid.containedby.annotation.value.return=\
       
   291     duplicate annotation, value element of containing annotation {0} should have type {2}, found {1}
       
   292 
       
   293 # 0: type, 1: symbol
       
   294 compiler.err.invalid.containedby.annotation.elem.nondefault=\
       
   295     duplicate annotation, element {1} in containing annotation {0} does not have a default value
       
   296 
       
   297 # 0: symbol, 1: type, 2: symbol, 3: type
       
   298 compiler.err.invalid.containedby.annotation.retention=\
       
   299     containing annotation {0} has shorter retention ({1}) than the contained annotation {2} with retention {3}
       
   300 
       
   301 # 0: symbol, 1: symbol
       
   302 compiler.err.invalid.containedby.annotation.not.documented=\
       
   303     containing annotation type, {0}, is not @Documented while repeated annotation type, {1}, is
       
   304 
       
   305 # 0: symbol, 1: symbol
       
   306 compiler.err.invalid.containedby.annotation.not.inherited=\
       
   307     containing annotation type, {0}, is not @Inherited while repeated annotation type, {1}, is
       
   308 
       
   309 # 0: symbol, 1: symbol
       
   310 compiler.err.invalid.containedby.annotation.incompatible.target=\
       
   311     target of container annotation {0} is not a subset of target of repeated annotation {1}
       
   312 
       
   313 # 0: symbol
       
   314 compiler.err.invalid.containedby.annotation.repeated.and.container.present=\
       
   315     container {0} must not be present at the same time as the element it contains
       
   316 
   253 # 0: name
   317 # 0: name
   254 compiler.err.duplicate.class=\
   318 compiler.err.duplicate.class=\
   255     duplicate class: {0}
   319     duplicate class: {0}
   256 
   320 
   257 compiler.err.duplicate.case.label=\
   321 compiler.err.duplicate.case.label=\