com.supermap.services.components.spi
注释类型 ExportingInterface
- 
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ExportingInterface用于标记在Provider上表示远程调用的接口。
- 从以下版本开始:
 - 8.0.0
 
 
- 
- 
必需元素概要
所需元素 限定符和类型 必需的元素和说明 java.lang.Class<?>value 
 - 
 
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ExportingInterface
用于标记在Provider上表示远程调用的接口。
| 限定符和类型 | 必需的元素和说明 | 
|---|---|
java.lang.Class<?> | 
value  |