-
public interface FieldHandlerExecution<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract Unit
execute(KotlinKernelHost host, T value, KProperty<?> property)
-
-
Method Detail
-
execute
abstract Unit execute(KotlinKernelHost host, T value, KProperty<?> property)
-
-
-
-