Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / concurrency / Lock.java
index 6c6cb126366f94dadeb88757290e04137a8d57b6..50cc78426b436514928b48b73030b1f8b9741267 100644 (file)
@@ -20,6 +20,8 @@ package org.wamblee.concurrency;
  * Represents a re-entrant lock. 
  * Implementations can provide inmemory JVM locking or full cluster safe locking 
  * mechanisms.  
+ *
+ * @author Erik Brakkee
  */
 public interface Lock {