i often have in java projects a lot of small helper("storage") classes like 2-Tuple, 3-Tuple, Point, .. (think you know what i mean) Classes that mostly only have class variables, a constructor and getters/setters.
And in my current project, i wanted to store those small classes, that are often used in a lot of other classes in the project in a seperate package. But i do not really know how to name it (my motherlanguage is not english, but code should be for english readers.)
Hope you can give me an answer on this little questions.
Greetings :)