-
@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) public @interface Component
标记Component的Service类特点:
1、直接构造, 不使用Sncp动态构建对象
2、不会生成对应协议的Servlet
详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) public @interface Component
详情见: https://redkale.org