Код: Выделить всё
class Step {
String stepPropertyA
Int stepPropertyB
}
class Procedure {
String procedurePropertyA
int procedurePropertyB
list steps
}
class Solution {
String solutionPropertyA
int solutionPropertyB
list
procedures
}
Diff = javers.comapre(solution1, solution2)
Подробнее здесь: https://stackoverflow.com/questions/779 ... ject-graph