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


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

Use on fields in activity classes that should be injected with values from R.array.* The annotated field must be an array of String The annotation value must be one of R.array.* fields. If the value is not set, the field name will be used as the R.array.* field name.


Optional Element Summary
 int value
           
 

value

public abstract int value
Default:
-1


Copyright © 2010-2012. All Rights Reserved.