@Documented @Target(value=TYPE) @Import(value=HttpApiConfigurer.class) @Retention(value=RUNTIME) public @interface HttpApiScan
value() specify the base packages the HttpApiConfigurer would scan.
configPaths() specify the config files paths
If specific packages are not defined, scanning will occur from the package of the class that declares this annotation.
| 限定符和类型 | 可选元素和说明 |
|---|---|
java.lang.String[] |
configPaths
the config file path, if you use ${...} placeholder, this is needed.
|
java.lang.String[] |
value
base packages, which the http api interfaces contain
|
Copyright © 2019. All Rights Reserved.