| Package | Description |
|---|---|
| org.androidannotations.annotations |
| Modifier and Type | Class and Description |
|---|---|
interface |
Background
Should be used on method that must be run in a background thread.
|
interface |
EActivity
Should be used on
Activity classes to enable usage of
AndroidAnnotations. |
interface |
EApplication
Should be used on
Application classes to enable usage of
AndroidAnnotations. |
interface |
EBean
Should be used on custom classes to enable usage of AndroidAnnotations.
|
interface |
EFragment
Should be used on android.app.Fragment or android.support.v4.app.Fragment
classes to enable usage of AndroidAnnotations.
|
interface |
EIntentService
Should be used on
IntentService classes to enable usage
of AndroidAnnotations. |
interface |
EProvider
Should be used on
ContentProvider classes to enable
usage of AndroidAnnotations. |
interface |
EReceiver
Should be used on
BroadcastReceiver classes to enable
usage of AndroidAnnotations. |
interface |
EService
Should be used on
Service classes to enable usage of
AndroidAnnotations. |
interface |
EView
Should be used on
View classes to enable usage of
AndroidAnnotations. |
interface |
EViewGroup
Should be used on
View classes to enable usage of
AndroidAnnotations. |
interface |
IgnoreWhen
When used standalone in an
EFragment or in conjunction with the
UiThread or Background annotations, the annotated method will
be wrapped in an 'if attached' block such that no code will be executed if
the EFragment is no longer bound to its parent activity or
DETACHEDthe EFragment views are destroyed
VIEW_DESTROYED. |
interface |
SupposeBackground
Ensures that the method is called from the background thread with
(optionally) restrictions by allowed serials.
|
interface |
SupposeUiThread
Ensures that method is called from the UI thread.
|
interface |
Trace
This annotation is intended to be used on methods to log at runtime the
execution time.
|
interface |
Transactional
This annotation is intended to be used on methods to run it into a database
transaction.
|
interface |
UiThread
Should be used on method that must be run in the Ui thread
|
interface |
WakeLock
Acquires a
PowerManager.WakeLock for this method call. |
Copyright © 2010–2018 simpligility technologies inc.. All rights reserved.