// in this use case, the application already has the instance of the evaluator definition
EvaluatorDefinition afterDef = new AfterEvaluatorDefinition();
assertNotNull( afterDef );
// creating the option and storing in a local var just to make test easier
EvaluatorOption option = EvaluatorOption.get( "after", afterDef );
// wiring the evaluator definition using the type safe method
config.setOption( option );
// checking the type safe getOption() method