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
pyricau edited this page Jan 12, 2012
·
29 revisions
Since AndroidAnnotations 2.3
Documentation needed!
Meanwhile, have a look at @Enhanced.
@Enhanced
You can use annotations in a class that is not a standard Android component (such as an Activity, a Service). You just need to annotate it with @Enhanced:
@EnhancedpublicclassMyClass {
}
This will generate MyClass_, and you can get instances of this class by calling the factory method getInstance():