I have a requirement in which I must have property that can bind it’s value by “debtAmount” or “Amount”
I did try to have annotation from above, and it works for debtAmount but value won’t bind using “amount”
I want to achieve one an optional binding for one property (either by amount or debtAmount)