Annotation Types Summary |
AnimationRes |
Use on fields in activity classes that should be injected with this specific
resource |
BooleanRes |
Use on fields in activity classes that should be injected with this specific
resource |
ColorRes |
Use on fields in activity classes that should be injected with values from
R.color.*
The annotated field must be an int or an Integer
The annotation value must be one of R.color.* fields. |
ColorStateListRes |
Use on fields in activity classes that should be injected with this specific
resource |
DimensionPixelOffsetRes |
Use on fields in activity classes that should be injected with this specific
resource |
DimensionPixelSizeRes |
Use on fields in activity classes that should be injected with this specific
resource |
DimensionRes |
Use on fields in activity classes that should be injected with this specific
resource |
DrawableRes |
Use on fields in activity classes that should be injected with this specific
resource |
HtmlRes |
|
IntArrayRes |
Use on fields in activity classes that should be injected with this specific
resource |
IntegerRes |
Use on fields in activity classes that should be injected with this specific
resource |
LayoutRes |
Use on fields in activity classes that should be injected with this specific
resource |
MovieRes |
Use on fields in activity classes that should be injected with this specific
resource |
StringArrayRes |
Use on fields in activity classes that should be injected with values from
R.array.*
The annotated field must be an array of String
The annotation value must be one of R.array.* fields. |
StringRes |
Use on fields in activity classes that should be injected with values from
R.string.*
The annotated field must be a String
The annotation value must be one of R.string.* fields. |
TextArrayRes |
Use on fields in activity classes that should be injected with this specific
resource |
TextRes |
Use on fields in activity classes that should be injected with this specific
resource |