com.googlecode.androidannotations.annotations
Annotation Type RoboGuice


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

Should be used on Activity classes that use the RoboGuice framework


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

value

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

Default:
{}


Copyright © 2010-2013. All Rights Reserved.