Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / Operation.java
index 09514464aad86ccf64e52f666084c6249da68a60..2420506566800aae7d0d6665593512a92fa2ad89 100644 (file)
@@ -20,6 +20,8 @@ package org.wamblee.security.authorization;
  * Represents an operation on a resource. 
  * An operation should contain no state to be persisted since only the name of the
  * operation is persisted. 
+ *
+ * @author Erik Brakkee
  */
 public interface Operation {