@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ProcessorExecute
此注解对应的方法返回值会作为处理器的返回值返回给流程节点。 入参必须是TargetContext类型;对于返回参数类型的话只要是能被赋值给节点决策器的入参就行 (比如:String execute(TargetContext targetContext))
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.