langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 45753 567c159ce16f
parent 45750 15404afd36ab
child 45756 67f4f8f4d34a
equal deleted inserted replaced
45752:32eb45c44fc8 45753:567c159ce16f
   132     annotation @{0} not applicable in this type context
   132     annotation @{0} not applicable in this type context
   133 
   133 
   134 compiler.err.annotation.value.must.be.annotation=\
   134 compiler.err.annotation.value.must.be.annotation=\
   135     annotation value must be an annotation
   135     annotation value must be an annotation
   136 
   136 
       
   137 compiler.err.annotation.value.must.be.class.literal=\
       
   138     annotation value must be a class literal
       
   139 
   137 compiler.err.annotation.value.must.be.name.value=\
   140 compiler.err.annotation.value.must.be.name.value=\
   138     annotation values must be of the form ''name=value''
   141     annotation values must be of the form ''name=value''
   139 
   142 
   140 compiler.err.annotation.value.not.allowable.type=\
   143 compiler.err.annotation.value.not.allowable.type=\
   141     annotation value not of an allowable type
   144     annotation value not of an allowable type