com.googlecode.androidannotations.annotations
Annotation Type Extra


@Retention(value=SOURCE)
@Target(value=FIELD)
public @interface Extra

Use on Extra fields in activity classes. This String value field correspond to the Android extra name. If Extra is used on fields in an Activity, the intent builder will hold dedicated methods for these extras.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2010-2012. All Rights Reserved.