Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / UserCondition.java
index 3a215ed50a536cc8b3d14d1d28165972b2411b50..ad398770356fe20127592fb871bc58ed313bafaf 100644 (file)
@@ -21,6 +21,8 @@ import org.wamblee.usermgt.User;
 
 /**
  * Condition used to match a user against a specified set of users. 
+ *
+ * @author Erik Brakkee
  */
 public interface UserCondition extends Persistent {