com.googlecode.androidannotations.annotations
Annotation Type FragmentByTag


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

Use it on Fragment fields in activity classes The annotation value should be the tag name of the fragment. If not set, the field name will be used as tag name name.


Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2010-2013. All Rights Reserved.