added default container to support classes directly.
[utils] / system / general / src / main / java / org / wamblee / system / core / Component.java
index d14eb08a2364891205aef8647b47446e8df66f0a..48293d4518b88a35be628e928b11c350c30805a8 100644 (file)
@@ -42,6 +42,12 @@ public interface Component<Type> {
         */
        void addContext(String aContext);
        
+       /**
+        * Getst the context.
+        * @return Context or null if not set. 
+        */
+       String getContext();
+       
        /**
         * Gets the fully qualified name of the component which includes
         * the context of the component.