| Package | Description |
|---|---|
| org.androidannotations.annotations |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2010–2020 simpligility technologies inc.. All rights reserved.