You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyricau edited this page Jan 14, 2012
·
7 revisions
Since AndroidAnnotations 1.0
@Extra
The @Extra annotation indicates that an activity field should be injected with the corresponding Extra from the Intent that was used to start the activity.
The extra key must be set in the annotation parameter, ie @Extra("someExtraKey").
The field must not be private. The extra can be of any type.