funky-eyes commented on code in PR #5399:
URL: https://github.com/apache/incubator-seata/pull/5399#discussion_r1441389908


##########
integration-tx-api/src/main/java/io/seata/integration/tx/api/util/ProxyUtil.java:
##########
@@ -37,6 +37,21 @@ public static <T> T createProxy(T target) {
         return createProxy(target, target.getClass().getName());
     }
 
+    /**
+     * The API for generating proxy for target. It can be used by spring aop, 
or
+     * provide user to generate proxy manually.
+     * <p>
+     * At TM side, It can be used for the target bean with 
@GlobalTransactional or @GlobalLock to generate proxy which start global 
transaction.
+     * At RM side, if you use TCC mode, It can be for target bean with 
@TwoPhaseBusinessAction to generate proxy which register branch source

Review Comment:
   ```suggestion
        * At RM side, if you use TCC mode, It can be for target bean with 
@TwoPhaseBusinessAction to generate proxy which register branch source
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to