Skip to content

Commit

Permalink
fix chinese comment annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
leezongjie committed Feb 28, 2024
1 parent 4c77963 commit 4f2612b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ protected void initInterfaceParser() {
}

/**
* 创建拦截器链,支持添加多个拦截器。
* 可以通过{@link ProxyInvocationHandler#order()}指定切面的进入顺序。
* 不允许加载多个同类型的拦截器,如tcc和saga的二阶段注解不能同时存在,通过{@link ProxyInvocationHandler#type()}指定类型。
* Create an interceptor chain that supports adding multiple interceptors.Create an interceptor chain that supports adding multiple interceptors.
* The entry order of the facets can be specified through {@link ProxyInvocationHandler # order()}.
* It is not allowed to load multiple interceptors of the same type, such as two-stage annotations for TCC and Saga that cannot exist simultaneously. The type can be specified through {@link ProxyInvocationHandler # type()}.It is not allowed to load multiple interceptors of the same type, such as two-stage annotations for TCC and Saga that cannot exist simultaneously. The type can be specified through {@link ProxyInvocationHandler # type()}.
*
* @param target
* @param objectName
Expand Down

0 comments on commit 4f2612b

Please sign in to comment.