8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
使用注解集成的方式集成Tinker,但是有个问题,在使用方案二注解集成的情况下,我的Application本来就继承了其他业务的Application,但是Tinker要求需要继承DefaultApplicationLike,Java不支持多继承,麻烦问下各位大佬,这种情况需要如何处理?