We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75092c7 commit d55c5bbCopy full SHA for d55c5bb
1 file changed
hamcrest-core/src/main/java/org/hamcrest/Matcher.java
@@ -13,7 +13,9 @@
13
* <p/>
14
* For easy access to common Matcher implementations, use the static factory
15
* methods in {@link CoreMatchers}.
16
- *
+ * <p/>
17
+ * N.B. Well designed matchers should be immutable.
18
+ *
19
* @see CoreMatchers
20
* @see BaseMatcher
21
*/
0 commit comments