package com.xyzshell.myandriodinfo.service import com.xyzshell.ksp_annotations.AutoBuilder @AutoBuilder data class TestData(val name: String, val age: Int) { }