I’m working on a java project and I created a data transfer object so I can return multiple values from another class’ method. When I try to import this class though, it says the import cannot be resolved. Besides not using the correct path in my import, are there any other potential causes to this problem?
Share
Turns out that first thing I said about not using the correct path on my import was correct. Well, that was easy!