Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lyo-dev] Open lyo.client resource classes PR

Good day lyo devs. I've created a PR for lyo.client project in order to remove final modifier from resource classes like ChangeRequest. Very often in industry, companies have custom properties to add in a ChangeRequest pojo, but this is not possible as these classes are final. We all know this is not a problema as we have the extendedProperties map; however managing such map and properties is tedious, why just don't remove final modifiers and let programmers add their own custom properties for a better handling and code looking?

Regards,
Ricardo.

--
I.S.C. Ricardo J. Herrera
SUN Certified JAVA Programmer (SCJP)
Oracle Certified Professional, Java SE 6 Programmer

Back to the top