Initial code drop of yang model driven configuration system
[controller.git] / opendaylight / config / yang-test / README.txt
diff --git a/opendaylight/config/yang-test/README.txt b/opendaylight/config/yang-test/README.txt
new file mode 100644 (file)
index 0000000..c26df02
--- /dev/null
@@ -0,0 +1,9 @@
+Test code generator, namely generating abstract classes to target/generated-sources/config folder.
+Currently files generated to src are modified - getInstance() method must be implemented, so the body is replaced
+manually with following snippet:
+               return new AutoCloseable() {
+                       @Override
+                       public void close() throws Exception {
+                       }
+               };
+TODO: clean src/main/java directory and replace generated body during build.