Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / general / BeanFactoryException.java
index 9f60d21bfc24083838a237d69ab22b780c615978..9110db9b72833300cac348b2a949fe54fc35d08a 100644 (file)
@@ -17,6 +17,8 @@ package org.wamblee.general;
 
 /**
  * Exception thrown by the BeanFactory if an object could not be found. 
+ *
+ * @author Erik Brakkee
  */
 public class BeanFactoryException extends RuntimeException {
     static final long serialVersionUID = -1215992188624874902L;