Annotation Type Dao
-
@Target(TYPE) @Retention(RUNTIME) public @interface Dao
This annotation indicates that the annotated interface is a Dao Note: a Dao must be always an interface which will be initialized by the library
@Target(TYPE)
@Retention(RUNTIME)
public @interface Dao