1 package jfun.yan.xml;2 3 import jfun.util.dict.Dict;4 5 interface SideEffect {6 void apply(Object obj, Dict frame, Runtime runtime);7 }8