com.googlecode.androidannotations.annotations
Annotation Type OrmLiteDao


@Retention(value=CLASS)
@Target(value=FIELD)
public @interface OrmLiteDao

Injects an OrmLite Dao, configured with the provided mode and helper classes


Required Element Summary
 Class<?> helper
           
 Class<?> model
           
 

Element Detail

helper

public abstract Class<?> helper

model

public abstract Class<?> model


Copyright © 2010-2013. All Rights Reserved.