Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / conditions / Condition.java
index b9f8d77c3e536645b0e2aad8bf169de5aa4b1394..bf4c217ae707e987c11c07fe1fe3fd4daca7f9cc 100644 (file)
@@ -19,6 +19,8 @@ package org.wamblee.conditions;
 
 /**
  * Determines if an object matches a certain condition.
+ *
+ * @author Erik Brakkee
  */
 public interface Condition<T> {