Given this scenario where you have \"transfer objects\" (POJO\'s with just getters/setters) which are passed by a client library to your API, what is the best way to name th
Adding DTO or DAO or anything else violates DRY. The FQN is perfectly fine, especially if they're really the same thing.