Annotation Types Summary |
ContextScoped |
Apply this to implementation classes when you want one instance per context
instance. |
InjectExtra |
Indicates that a variable member of a class (whether static or not) should be
injected with an Android extra. |
InjectPreference |
Indicates that a variable member of a class (whether static or not) should be
injected with an Android preference from the current
RoboPreferenceActivity . |
InjectResource |
Indicates that a variable member of a class (whether static or not) should be
injected with an Android resource. |
InjectView |
Indicates that a variable member of a class (whether static or not) should be
injected with an Android view. |
SharedPreferencesName |
|