Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / PathCondition.java
index 0d6e6baa05982d2eb1fa36fb3480e68cdb7ed02c..8c9701773ce63436f8314df940020ee40274e1a8 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.persistence.Persistent;
 
 /**
  * Checks if a path satisfies a condition. 
+ *
+ * @author Erik Brakkee
  */
 public interface PathCondition extends Persistent {