com.googlecode.androidannotations.annotations
Annotation Type RoboGuice


@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface RoboGuice

Should be used on Activity classes that use the RoboGuice framework


Optional Element Summary
 java.lang.Class<?>[] value
          The RoboGuice listener classes to bind to this activity.
 

value

public abstract java.lang.Class<?>[] value
The RoboGuice listener classes to bind to this activity. Will add an injected listener field to the subclass.

Default:
{}


Copyright © 2010-2012. All Rights Reserved.