Cleaned up Java Binding code from YANG Tools
[mdsal.git] / binding / mdsal-binding-generator-impl / src / test / resources / binding-generator-impl-test / notification-test.yang
1 module notification-test {
2     namespace "notification-test";
3     prefix test;
4
5     notification foo {
6     }
7 }