Annotation Interface DaoMethod


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface DaoMethod
Indicates that the annotated annotation may be applied to methods of Dao annotated interfaces.

This is a meta-annotation used to mark other annotations that are designed to be applied to DAO methods. The Doma framework uses this to validate annotation usage during compile-time processing.

See Also: