@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface BindBitmap
Bitmap from the specified drawable resource ID.
@BindBitmap(R.drawable.logo) Bitmap logo;
| Modifier and Type | Required Element and Description |
|---|---|
int |
value
Drawable resource ID from which the
Bitmap will be created. |