zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
138 stars 87 forks source link

Add type inference to avoid warnings due to explicit casting #1400

Closed ViToni closed 1 year ago

ViToni commented 1 year ago

Reduces explicit casting by using type interference instead. As it touches generated code, the generators are also changed to generate files using type interference.