Annotation Interface EnableDubbo


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) @EnableDubboConfig @DubboComponentScan @Import(DubboConfiguration.class) public @interface EnableDubbo
启用Dubbo支持
Since:
Java 17+
Author:
Kimi Liu