Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / usermgt / GroupSet.java
index e67d7bcf75f415a171f2b8f07876675a83e70a9b..780d60bb72f8ff02464c44739093e535a17e4f74 100644 (file)
@@ -21,6 +21,8 @@ import java.util.Set;
 /**
  * Represents a set of groups. A typical implemnetation would be, a readonly implementation 
  * defined in a configuration file or a list of groups defined in a database. 
+ *
+ * @author Erik Brakkee
  */
 public interface GroupSet {