annotation class data public class BinaryResponse(~data~val data: () -> String) { fun writeResponse() { `data`data() } }