langtools/make/tools/crules/resources/crules.properties
changeset 26266 2d24bda701dc
parent 25848 3bc09f4676a9
child 29294 376a915b4ff0
--- 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.