com.googlecode.androidannotations.annotations
Annotation Type OptionsMenu


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

Should be used on Activity classes to set the id of the options menu. The activity must be annotated with EActivity. The annotation value should be one of R.menu.* fields.


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.