langtools/make/tools/crules/resources/crules.properties
changeset 26266 2d24bda701dc
parent 25848 3bc09f4676a9
child 29294 376a915b4ff0
equal deleted inserted replaced
26265:46aacfffd3b5 26266:2d24bda701dc
    26 # 0: symbol
    26 # 0: symbol
    27 crules.err.var.must.be.final=\
    27 crules.err.var.must.be.final=\
    28     Static variable {0} must be final
    28     Static variable {0} must be final
    29 crules.should.not.use.string.concatenation=\
    29 crules.should.not.use.string.concatenation=\
    30     Should not use string concatenation.
    30     Should not use string concatenation.
       
    31 crules.no.defined.by=\
       
    32     This method implements a public API method, and should be marked with @DefinedBy.
       
    33 crules.wrong.defined.by=\
       
    34     This method implements a public API method, and is marked with incorrect @DefinedBy.
       
    35 crules.defined.by.no.api=\
       
    36     This method does not implement a public API method, and should not be marked with @DefinedBy.