com.googlecode.androidannotations.annotations
Annotation Type Click
@Retention(value=CLASS)
@Target(value=METHOD)
public @interface Click
Should be used on click listener methods in activity classes
The method may have zero or one parameter, that MUST be of type
android.view.View .
The annotation value should be one of R.id.* fields. If not set, the method
name will be used as the R.id.* field name.
value
public abstract int[] value
- Default:
- -1
resName
public abstract String[] resName
- Default:
- ""
Copyright © 2010-2013. All Rights Reserved.