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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Sorry for my awful English.
Thanks to your work!AndroidAnnotation is a great project.I like this so muck.But I think I find a bug in my project.
Class 1:
Class 2:
The result is twice "Hello".
The reason is easy to find.
In the Test2_,We find this:
The right result is :
Of course ,If you rename init() in Test2 to init2().It will work well.