parent
40827037e1
commit
50e476aca7
|
|
@ -643,7 +643,7 @@ public abstract class AbstractInterfaceConfig extends AbstractMethodConfig {
|
|||
|
||||
/**
|
||||
* @param application
|
||||
* @deprecated Use {@link AbstractConfig#setScopeModel(ScopeModel)}
|
||||
* @deprecated Use {@link org.apache.dubbo.config.AbstractConfig#setScopeModel(ScopeModel)}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setApplication(ApplicationConfig application) {
|
||||
|
|
@ -662,7 +662,7 @@ public abstract class AbstractInterfaceConfig extends AbstractMethodConfig {
|
|||
|
||||
/**
|
||||
* @param module
|
||||
* @deprecated Use {@link AbstractConfig#setScopeModel(ScopeModel)}
|
||||
* @deprecated Use {@link org.apache.dubbo.config.AbstractConfig#setScopeModel(ScopeModel)}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setModule(ModuleConfig module) {
|
||||
|
|
@ -811,7 +811,7 @@ public abstract class AbstractInterfaceConfig extends AbstractMethodConfig {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link ConfigManager#getMetadataConfigs()}
|
||||
* @deprecated Use {@link org.apache.dubbo.config.context.ConfigManager#getMetadataConfigs()}
|
||||
*/
|
||||
@Deprecated
|
||||
public MetadataReportConfig getMetadataReportConfig() {
|
||||
|
|
@ -826,7 +826,7 @@ public abstract class AbstractInterfaceConfig extends AbstractMethodConfig {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link ConfigManager#addMetadataReport(MetadataReportConfig)}
|
||||
* @deprecated Use {@link org.apache.dubbo.config.context.ConfigManager#addMetadataReport(MetadataReportConfig)}
|
||||
*/
|
||||
@Deprecated
|
||||
public void setMetadataReportConfig(MetadataReportConfig metadataReportConfig) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue