Open
Description
Feature request
I want to work on this to provide an @Sql
Annotation
I have used Mybatis for a well, but I find it's not convenient that there is not an @Sql
annotation for <sql>
just like @Insert
for <insert>
, so I want to add @Sql
and @Include
for a reuse of sql statement.
I have post this on Google group