Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / AuthorizationService.java
index 867242a54fa17ebdaca367cb3cc2642777db098e..0115062247eb1f0b79dccefc21f59b220efa602f 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.persistence.Persistent;
 
 /**
  * Service to determine if access to a certain resource is allowed. 
+ *
+ * @author Erik Brakkee
  */
 public interface AuthorizationService extends Persistent {