com.googlecode.androidannotations.annotations
Annotation Type OptionsMenu


@Retention(value=SOURCE)
@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.


Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2010-2012. All Rights Reserved.