Annotation Interface UpperCase


@Documented @Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface UpperCase
Annotated the name of table or column should be convert to upper case use String.toUpperCase().
从以下版本开始:
1.0.0
版本:
1.0.0
作者:
ilikly