程序包 com.baidu.xuper
接口 Contract
public interface Contract
Contract stipulates the method that contract needs to implement. All
contracts require an initialize method, and other methods need to be
annotated through ContractMethod
-
方法概要
修饰符和类型 方法 说明 Responseinitialize(Context ctx)
-
方法详细资料
-
initialize
-