(no commit message)
[utils] / support / src / org / wamblee / general / BeanKernel.java
index fa48fb9719bd6458d8e30976ddb69dedf65e6c79..d140de3d48a8f911fee5c9599d3bbf3e8047ecd0 100644 (file)
@@ -27,7 +27,7 @@ import org.wamblee.io.InputResource;
 /**
  * The standard means to obtain the bean factory.
  */
-public class BeanKernel {
+public final class BeanKernel {
 
     private static final Log LOG = LogFactory.getLog(BeanKernel.class);
 
@@ -46,6 +46,14 @@ public class BeanKernel {
      * Cached bean factory.
      */
     private static BeanFactory BEAN_FACTORY;
+    
+    /**
+     * Disabled constructor.
+     *
+     */
+    private BeanKernel() { 
+        // Empty
+    }
 
     /**
      * Overrides the default mechanism for looking up the bean factory by