Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / AuthorizationRule.java
index 8c17b7f347dd0b5e53e5e8a00049f25c11ffd207..575f4f2179770bdd38a28e87b2a714ca0ee86521 100644 (file)
@@ -21,6 +21,8 @@ import org.wamblee.usermgt.User;
 
 /**
  * Represents an authorization rule to determine whether an operation is allowed on a resource. 
+ *
+ * @author Erik Brakkee
  */
 public interface AuthorizationRule extends Persistent {