Hi,
I have a question about ValueExpression and ValueBinding.
I have a new API to handle the translation-source feature for skins. The
SkinAddition has a new constructor that takes
a ValueExpression in the 1.2* Trinidad branch and a ValueBinding in
Trinidad trunk.
My understanding is that Trinidad trunk cannot use ValueExpression.
Is this true?
If so, is it ok to have an API that takes ValueBinding in trunk and
ValueExpression in 1.2*branch?
In other words, does the 1.2* branch of Trinidad have to keep backward
compatibility, thus I would have a deprecated constructor that takes
ValueBinding and another constructor that takes ValueExpression.
Thanks,
Jeanne