X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2FREADME.txt;fp=opendaylight%2Fconfig%2Fyang-test%2FREADME.txt;h=c26df02b4f61080314722f20e8beef35cba90c45;hp=0000000000000000000000000000000000000000;hb=9fb64948564e252018f9b1e13e7cea2c92f991aa;hpb=1742b3894614be478c333a1043ced8ef1bc5dc84 diff --git a/opendaylight/config/yang-test/README.txt b/opendaylight/config/yang-test/README.txt new file mode 100644 index 0000000000..c26df02b4f --- /dev/null +++ b/opendaylight/config/yang-test/README.txt @@ -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.