(no commit message)
[utils] / support / general / src / main / java / org / wamblee / conditions / PropertyRegexCondition.java
index 975509044c9c57593fc7691c3517bfca95da9ae7..b5ce9c5d23128f258abdb014a5fa6c2624488909 100644 (file)
@@ -23,8 +23,9 @@ import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
 /**
- * Condition to check whether a given property value matches a certain regular
- * expression.
+ * Condition to check whether a given property of an object matches a certain regular
+ * expression. The method name to use of the object passed in to 
+ * {@link #matches(Object)} is obtained using the Javabean conventions. 
  * 
  * @author Erik Brakkee
  *