Skip to content

Commit

Permalink
add @SPI annotation (apache#6436)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj authored Jul 9, 2020
1 parent a243906 commit 40d03b0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

}

0 comments on commit 40d03b0

Please sign in to comment.