andylamax
06/07/2021, 6:09 PMDominaezzz
06/07/2021, 6:09 PMandylamax
06/07/2021, 6:16 PMclass GeneratedAction {
fun execute(param: Param)
}
From a source code like this
annotation class Generate
class Param(val id: Int, val name: String)
@Generated
open class GenericAction
class Action(val input: Param) : GenericAction
diesieben07
06/07/2021, 6:18 PMandylamax
06/07/2021, 6:20 PMdiesieben07
06/07/2021, 6:20 PMandylamax
06/07/2021, 6:21 PMdiesieben07
06/07/2021, 6:21 PMBig Chungus
06/07/2021, 9:35 PMdiesieben07
06/07/2021, 9:40 PMrusshwolf
06/07/2021, 10:43 PM