Added a few javadocs.
Split onos-install into install and config.
diff --git a/core/store/src/main/java/org/onlab/onos/store/device/impl/package-info.java b/core/store/src/main/java/org/onlab/onos/store/device/impl/package-info.java
new file mode 100644
index 0000000..ae11260
--- /dev/null
+++ b/core/store/src/main/java/org/onlab/onos/store/device/impl/package-info.java
@@ -0,0 +1,4 @@
+/**
+ * Implementation of device store using Hazelcast distributed structures.
+ */
+package org.onlab.onos.store.device.impl;
\ No newline at end of file