com.googlecode.androidannotations.annotations.res
Annotation Type LayoutRes


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

Use on fields in activity classes that should be injected with this specific resource


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.