}
public void onBeforeExecute() {
for ( Wireable target : wireList ) {
MVELCompileable compileable = invokerLookups.get( target );
compileable.compile( this );
// now wire up the target
target.wire( compileable );
}
wireList.clear();
for ( MVELCompileable compileable : mvelReaders ) {
compileable.compile( this );
}
}