Search in sources :

Example 1 with RoboGuiceHandler

use of org.androidannotations.roboguice.handler.RoboGuiceHandler in project androidannotations by androidannotations.

the class RoboGuicePlugin method getHandlers.

@Override
public List<AnnotationHandler<?>> getHandlers(AndroidAnnotationsEnvironment androidAnnotationEnv) {
    List<AnnotationHandler<?>> annotationHandlers = new ArrayList<>();
    annotationHandlers.add(new RoboGuiceHandler(androidAnnotationEnv));
    return annotationHandlers;
}
Also used : ArrayList(java.util.ArrayList) RoboGuiceHandler(org.androidannotations.roboguice.handler.RoboGuiceHandler) AnnotationHandler(org.androidannotations.handler.AnnotationHandler)

Aggregations

ArrayList (java.util.ArrayList)1 AnnotationHandler (org.androidannotations.handler.AnnotationHandler)1 RoboGuiceHandler (org.androidannotations.roboguice.handler.RoboGuiceHandler)1