Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于继承的问题 #24

Open
wenbinAndroid opened this issue Aug 14, 2017 · 3 comments
Open

关于继承的问题 #24

wenbinAndroid opened this issue Aug 14, 2017 · 3 comments

Comments

@wenbinAndroid
Copy link

谢谢提供这么好用的插件,我想问下能否自定义生成继承的,比如在contract下面生成view自己继承BaseView之类的

@DevDengChao
Copy link
Contributor

晚上我回去测试下吧. 参考IDEA新建java类时候的选项的话应该是可以支持的.
如果可以的话大概会在配置面板里加上相关的支持. 各个项目单独配置.

@kuwork
Copy link

kuwork commented Aug 25, 2018

public class IAccountInfoModel extends IBaseRetryModelImpl implements IAccountInfoContract.Model {
}

public class IAccountInfoPresenterImpl<T extends IAccountInfoContract.View & IBaseActivityContract.View> extends IBasePresenterImpl implements IAccountInfoContract.Presenter {
}
类似这种形式的,能配置吗? @XieEDeHeiShou

image
这个项目在哪里,怎么添加?

@pokerfaceCmy
Copy link

请问能添加继承了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants