Bind invoker method handle to constructor
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 25 Nov 2018 15:15:23 +0000 (16:15 +0100)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Jun 2024 00:41:26 +0000 (10:41 +1000)
commite29927e740686af2b05aa4ce245bb14e78cb7972
tree8030ae3f4539ad7fc5d6a3403af7f14f76bf841b
parent0a56973ee617ff06e7546e0152ec6a1b3f07a29d
Bind invoker method handle to constructor

We only ever pass the constructor method handle to the invoker,
hence we can make this a constant by binding the invoker handle
to the constructor -- saving us a field.

Change-Id: I547f7eac202389aa0f7308266b2f3a451a2f83a3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/IdentifiableItemCodec.java