com.googlecode.androidannotations.annotations
Annotation Type EFragment


@Retention(value=CLASS)
@Target(value=TYPE)
public @interface EFragment

Should be used on Fragment classes to enable usage of AndroidAnnotations The annotation value should be one of R.layout.* fields, or none if you want to handle the view creation by yourself.


Optional Element Summary
 String resName
           
 int value
           
 

value

public abstract int value
Default:
-1

resName

public abstract String resName
Default:
""


Copyright © 2010-2013. All Rights Reserved.