langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 45500 365640343c55
parent 45413 75202c6b2c35
child 45504 ea7475564d07
equal deleted inserted replaced
45499:16e055f785ef 45500:365640343c55
   127     annotation @{0} not applicable in this type context
   127     annotation @{0} not applicable in this type context
   128 
   128 
   129 compiler.err.annotation.value.must.be.annotation=\
   129 compiler.err.annotation.value.must.be.annotation=\
   130     annotation value must be an annotation
   130     annotation value must be an annotation
   131 
   131 
   132 compiler.err.annotation.value.must.be.class.literal=\
       
   133     annotation value must be a class literal
       
   134 
       
   135 compiler.err.annotation.value.must.be.name.value=\
   132 compiler.err.annotation.value.must.be.name.value=\
   136     annotation values must be of the form ''name=value''
   133     annotation values must be of the form ''name=value''
   137 
   134 
   138 compiler.err.annotation.value.not.allowable.type=\
   135 compiler.err.annotation.value.not.allowable.type=\
   139     annotation value not of an allowable type
   136     annotation value not of an allowable type
       
   137 
       
   138 compiler.err.expression.not.allowable.as.annotation.value=\
       
   139     expression not allowed as annotation value
   140 
   140 
   141 compiler.err.anon.class.impl.intf.no.args=\
   141 compiler.err.anon.class.impl.intf.no.args=\
   142     anonymous class implements interface; cannot have arguments
   142     anonymous class implements interface; cannot have arguments
   143 
   143 
   144 compiler.err.anon.class.impl.intf.no.typeargs=\
   144 compiler.err.anon.class.impl.intf.no.typeargs=\