Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / general / BeanFactory.java
index f93e1fef3d80ad126906cfa95ab2e61253a4a68b..56844bd78541c7e68ecc065c008a24b6f7e65803 100644 (file)
@@ -17,6 +17,8 @@ package org.wamblee.general;
 
 /**
  * Bean factory used to obtain objects in a transparent way. 
+ *
+ * @author Erik Brakkee
  */
 public interface BeanFactory {