I need a base class for my DTO classes which will be used in my generic interfaces.
But the DTO classes have nothing in common. They are just dumb classes containing
In java this is called a Tag Interface. The link provides some good background on tag interfaces, their uses and issues.