On Thu, Sep 25, 2025 at 11:24 Prasanth <[email protected]> wrote:
> public Vector<String> getDistributionAmounts() … > public void setContacts(ArrayList<Long> contacts) > > As you can see above which method (getXXX/setXXX) has to be annotated is > changing between Vector and ArrayList. It also changes the generic type; did it work with strings? d

