You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on [` this a set of Java interfaces `][my_interface_java] example configuration:
46
-

47
-
Project in the Class has been V1.0beta2 support to choose, but if there are generic limit, generic or need to manually add, such as the choice of Class signature is: **. com.longforus.Base.Java.BasePresenterJv<V extends IView, M extends IModel>**
48
-

47
+

48
+
Project in the Class has been V1.0beta2 support to choose, but if there are generic limit, generic or need to manually add, such as the choice of Class signature is: **com.longforus.Base.Java.BasePresenterJv<V extends IView, M extends IModel>**
49
+

49
50
Manually add the following generic qualifier <V,M>:
50
-

51
+

51
52
Global and current project modes are also supported, and the interfaces configured in global mode can be used in all projects. The interfaces configured in the current project only work in the current project, facilitating seamless switching between multiple different projects.
- select the implementation method of View,Activity or Fragment. If there are multiple configurations, select one of them, and remove the previous check box for the items you don't want to generate. If there are no superclasses of P and M implementation classes, the generated implementation classes of P and M will only implement the corresponding interface.
59
60
- click Ok, wait a moment, and the code is generated. The generated package structure is as follows:
60
-

61
+

62
+
61
63
##About the parent interface
62
64
63
65
Only use my own currently use interface to development and testing, welcome to use their own interface for testing. If need [` I use interface `][my_interface], please download it in your own project.
@@ -77,4 +79,4 @@ if do not meet the requirements of your plugin. Can issue, also can fork to modi
0 commit comments