@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ProcessorEnd
无论是否发生异常都会执行. 入参必须是TargetContext类型,返回值必须是void(比如:void end(TargetContext targetContext))
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.