|
Design an API for Binding to DOM writer, which will be usable from Runtime Generated Codecs to write Normalized Nodes event based normalized nodes,
without leaking NormalizedNodes into API (so binding clients will not be required
to import NormalizedNode).
API must be placed into org.opendaylight.yangtools.yang.binding since it is only
package which is imported from all model packages. This API needs to be documented, also reasoning behind it placement in org.opendaylight.yangtools.yang.binding needs to be documented.
|