DTO This annotation is useful to indicate whether a class is used as Data Transfer Object Usage @DTO data class SimpleClass( val id: String )