RC android: load bundle classes from library
[platform/upstream/iotivity.git] / service / resource-container / android / resource-container / src / main / java / org / iotivity / service / resourcecontainer / RcsResourceContainerBundleAPI.java
index 92954aa..721a7fb 100644 (file)
@@ -31,7 +31,8 @@ import java.util.Vector;
 
 /**
  * This class provides APIs for managing the container and bundles in the
- * container.
+ * container. The container provides such an interface to the bundle developer
+ * to access the configuration and to register/unregister resources.
  */
 public interface RcsResourceContainerBundleAPI{