We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5bc3c commit a199296Copy full SHA for a199296
README.md
@@ -32,7 +32,7 @@
32
# 使用
33
本项目有两种使用方式:
34
1. **最小化原生配置**,直接使用本项目提供的标记注解,简单快捷。
35
-1. **语义化定制配置**,基于Spring元注解模型定制语义化标记注解,提高可读性并可以传递额外上下文,[查看](./src/test/java/com/github/yungyu16/spring/proxy/example)示例。
+1. **语义化定制配置**,基于Spring元注解模型定制语义化标记注解,提高可读性并可以传递额外上下文,[查看](./src/test/java/com/github/yungyu16/spring/proxy/example)示例。
36
37
## 最小化原生配置
38
1. 继承 `AbstractInvocationDispatcher<ANNOTATION_TYPE extends Annotation, ATTACHMENT>` 按需重载 `invoke` 方法。
0 commit comments