I have a class within a package. And I have another class in another package. I would like to link this second class to first. Since the first is a legacy of the second. I'm not able to make this relationship. We tried, but in neither case are the methods of the second brought the first.
Any help is welcome. Thanks
Class A
Class B
The ownership of Class A, should be visible within the class B. Where A and B are in different folders. And B, I put an "Instance" of A.