com.googlecode.androidannotations.annotations
Annotation Type FragmentArg


@Retention(value=CLASS)
@Target(value=FIELD)
public @interface FragmentArg

Use on fields in fragments. This String value field corresponds to the argument name. When FragmentArg is used on fields in a Fragment, the fragment builder will hold dedicated methods for these arguments.


Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2010-2013. All Rights Reserved.