Annotation Interface Sqls


@Retention(RUNTIME) @Target(METHOD) public @interface Sqls
It's only for methods with default implementation in Dao interfaces. Don't use it for the abstract methods. And the last parameter of the method should be String[]: (param1, param2, ..., String ... sqls)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String[] value
      Returns:
      Default:
      {}