@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ProcessorAfter
一般是业务处理后的收尾工作。 入参必须是TargetContext类型,返回值必须是void(比如:void after(TargetContext targetContext))
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.