com.googlecode.androidannotations.annotations
Annotation Type Extra
@Retention(value=CLASS)
@Target(value=FIELD)
public @interface Extra
Use on Extra fields in activity and service classes. This String value field
corresponds to the Android extra name.
When Extra
is used on fields in an Activity, the intent builder will
hold dedicated methods for these extras. Calling
Activity#setIntent(android.content.Intent) will automatically update the
annotated extras.
value
public abstract String value
- Default:
- ""
Copyright © 2010-2013. All Rights Reserved.