Added support for list, leaf-list and container in output under rpc node in yang...
[controller.git] / opendaylight / config / yang-test / README.txt
1 Test code generator, namely generating abstract classes to target/generated-sources/config folder.
2 Currently files generated to src are modified - getInstance() method must be implemented, so the body is replaced
3 manually with following snippet:
4                 return new AutoCloseable() {
5                         @Override
6                         public void close() throws Exception {
7                         }
8                 };
9 TODO: clean src/main/java directory and replace generated body during build.