@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface LockTarget
流程引擎每次开启新事务时都会调用@LockTarget类型方法,用于锁住目标对象 注意:锁住目标对象后,应该更新目标对象到目标上下文
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.