roboguice.inject
Annotation Type InjectView


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
public @interface InjectView

Indicates that a variable member of a class (whether static or not) should be injected with an Android view. The value is compulsory, and correspond to the id of the view.
Usage example:
@InjectView(R.string.hello) protected TextView hello;

Author:
Mike Burton

Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2011. All Rights Reserved.