Rizstien / DiscoveryServerDesign

0 stars 0 forks source link

A record immutable class in java with implicit implementation of equals, hashcode and toString method. #2

Open aqib1 opened 2 hours ago

aqib1 commented 2 hours ago

https://github.com/Rizstien/DiscoveryServerDesign/blob/7c63e1e3225a51c8c9ab27243c1f827a10d575d8/src/main/java/com/discoveryserver/io/domain/ServiceMetaData.java#L5

We do not need to override equals, hashcode and toString method while using record in java. They come up implicitly with record.

aqib1 commented 2 hours ago

@Rizstien FYI,