--- a/langtools/make/tools/crules/resources/crules.properties Tue Aug 26 12:45:28 2014 +0100
+++ b/langtools/make/tools/crules/resources/crules.properties Wed Aug 27 07:44:00 2014 +0200
@@ -28,3 +28,9 @@
Static variable {0} must be final
crules.should.not.use.string.concatenation=\
Should not use string concatenation.
+crules.no.defined.by=\
+ This method implements a public API method, and should be marked with @DefinedBy.
+crules.wrong.defined.by=\
+ This method implements a public API method, and is marked with incorrect @DefinedBy.
+crules.defined.by.no.api=\
+ This method does not implement a public API method, and should not be marked with @DefinedBy.