Is there a library that can compare two javabeans in their properties and tell you about the differences between them?
I thought this would be something BeanUtils will do, but cannot find it in the documentation.
Basically, I want to “break” them
source
share