|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Documented
@Import(value=DubboConfigBindingRegistrar.class)
public @interface EnableDubboConfigBinding
Enables Spring's annotation-driven Dubbo Config from properties.
Default , prefix() associates with a prefix of properties, e,g. "dubbo.application."
or "dubbo.application"
DubboConfigBindingRegistrar,
DubboConfigBindingBeanPostProcessor,
EnableDubboConfigBindings| Required Element Summary | |
|---|---|
String |
prefix
The name prefix of the properties that are valid to bind to Dubbo Config. |
Class<? extends AbstractConfig> |
type
|
| Optional Element Summary | |
|---|---|
boolean |
multiple
It indicates whether prefix() binding to multiple Spring Beans. |
| Element Detail |
|---|
public abstract String prefix
Dubbo Config.
public abstract Class<? extends AbstractConfig> type
Dubbo Config.AbstractConfig,
ApplicationConfig,
ModuleConfig,
RegistryConfigpublic abstract boolean multiple
prefix() binding to multiple Spring Beans.
false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||