Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / OperationCondition.java
index 64a8356e0a2750716e5991d832594f3722aa9c1e..db6e0d0adb5195103790acdf2cbad66259fc21e0 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.persistence.Persistent;
 
 /**
  * Checks if an operation matches a condition. 
+ *
+ * @author Erik Brakkee
  */
 public interface OperationCondition extends Persistent {