Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / OperationRegistry.java
index ac6772b8b260371548de9e43a5038b91c39d72aa..bcce7c96257f6606ef4027ed99253705437bbd76 100644 (file)
@@ -20,6 +20,8 @@ package org.wamblee.security.authorization;
 /**
  * Utility to map between a list of operations and a string based
  * on the names of the operations.   
+ *
+ * @author Erik Brakkee
  */
 public interface OperationRegistry {