add @SPI annotation (#6436)

This commit is contained in:
ken.lj 2020-07-09 10:42:51 +08:00 committed by GitHub
parent a243906127
commit 40d03b081e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -16,7 +16,10 @@
*/
package com.alibaba.dubbo.common.extension;
import org.apache.dubbo.common.extension.SPI;
@Deprecated
@SPI
public interface ExtensionFactory extends org.apache.dubbo.common.extension.ExtensionFactory {
}