@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ProcessorError
在执行@ProcessorBefore、@ProcessorExecute、@ProcessorAfter任何一个发生异常时会执行。 入参必须是TargetContext类型,返回值必须是void(比如:void error(TargetContext targetContext))
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.