@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ProcessorBefore
一般进行预处理,比如一些预校验。 入参必须是TargetContext类型,返回值必须是void(比如:void before(TargetContext targetContext))
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.