Annotation Interface DaoImplementation


@Target(TYPE) @Retention(RUNTIME) public @interface DaoImplementation
Indicates a class that implements a DAO interface.

This annotation is used internally by the Doma framework to mark classes that are generated as implementations of DAO interfaces defined with the Dao annotation.

See Also: