Annotation Interface Keyword


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Keyword
Annotate the property is a sql keyword which should be warped like `{property}`.

Example:

  • `order`
从以下版本开始:
1.0.0
版本:
1.0.0
作者:
ilikly