Search in sources :

Example 1 with OrmLiteDaoHandler

use of org.androidannotations.ormlite.handler.OrmLiteDaoHandler in project androidannotations by androidannotations.

the class OrmLitePlugin method getHandlers.

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

Aggregations

ArrayList (java.util.ArrayList)1 AnnotationHandler (org.androidannotations.handler.AnnotationHandler)1 OrmLiteDaoHandler (org.androidannotations.ormlite.handler.OrmLiteDaoHandler)1