|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AfterInject
will be called after the
constructor is called in an enhanced class.EViewGroup
, EBean
AfterViews
will be called after
Activity.setContentView(int)
is called by the generated activity.AbstractProcessor
to override
AbstractProcessor.getSupportedAnnotationTypes()
, enabling usage of
SupportedAnnotationClasses
on a Processor
.EBean
AfterViews
annotated
method.EApplication
classesAfterViews
annotated
method.AfterViews
annotated
method.AfterViews
annotated
method.EActivity
.SupportedAnnotationClasses
, return an unmodifiable set with the
set of strings corresponding to the array of classes of the annotation.
SharedPref
The field MUST be of a type that is generated using SharedPref
and
therefore extends SharedPreferencesHelper
.Rest
service
The injected element must be an interface annotated with Rest
.EBean
classes
The field MUST be of a type that extends android.content.Context.SharedPref
on an interface to create a SharedPreference helper
that will contain access methods related to the methods you define in the
interface.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |