mybatis / mybatipse

Eclipse plugin adding support for MyBatis SQL Mapper Framework.
Eclipse Public License 1.0
332 stars 91 forks source link

Validate 'method' attribute of SQL provider annotations #105

Closed harawata closed 3 years ago

harawata commented 4 years ago

Reports error when 1) the specified method is not found or 2) the return type of the method is not assignable to CharSequence