Annotation Type Mapper


Marker interface for MyBatis mappers.

How to use:

@Mapper
public interface UserMapper {
  // ...
}