Bug 2374 - YANG Binding: Added support for AugmentationHolder interface
[mdsal.git] / code-generator / binding-data-codec / src / main / java / org / opendaylight / yangtools / binding / data / codec / impl / LazyDataObject.java
2015-03-31 Tony TkacikBug 2374 - YANG Binding: Added support for Augmentation...
2015-03-18 Robert VargaMerge "Bug 2857: Tied pre-existing implementation to...
2015-03-18 Tony TkacikBug 2857: Tied pre-existing implementation to BindingCo...
2015-02-16 Tony TkacikMerge "Update Objects->MoreObjects"
2015-02-16 Robert VargaUpdate Objects->MoreObjects
2015-01-23 Tony TkacikMerge "Fixed incorrect serialization of multiple nested...
2015-01-23 Robert VargaMerge "Bug 2480: Union objects are generated incorrectl...
2015-01-22 Robert VargaMerge "Bug 2404: RPC and Notification support for Bindi...
2015-01-19 Tony TkacikBug 2404: RPC and Notification support for Binding...
2014-12-19 Tony TkacikMerge "Cleanup binding proxy instantiation"
2014-12-19 Robert VargaCleanup binding proxy instantiation
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-21 Tony TkacikMerge "BUG-1425: fix LazyDataObject.toString()"
2014-08-21 Lukas SedlakMerge "add new tests BindingTypesTest, BaseYangTypesTest"
2014-08-21 Robert VargaMerge "BUG-1382: eliminate QName.getPrefix() from Gener...
2014-08-21 Robert VargaBUG-1425: fix LazyDataObject.toString()
2014-08-20 Tony TkacikBug 1443: Fixed incorrect throw of IllegalArgumentExcep...
2014-08-11 Lukas SedlakMerge "BUG-1425: fix toString() invocation on LazyObject"
2014-08-11 Robert VargaBUG-1425: fix toString() invocation on LazyObject
2014-08-10 Tony TkacikBug 1443: Implemented Lazy deserialization using dynami...