Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / usermgt / NameValidator.java
index cd066a0dc24c0bd148a83a2df99ca3c8ee323138..f120d24afe0955351db4a368aabb97d4ab07ddb4 100644 (file)
@@ -18,6 +18,8 @@ package org.wamblee.usermgt;
 
 /**
  * Validator of names.
+ *
+ * @author Erik Brakkee
  */
 public interface NameValidator {