fix javadoc warning
This commit is contained in:
@@ -17,5 +17,10 @@ import java.lang.annotation.Target;
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface Table {
|
||||
|
||||
/**
|
||||
* 指定表名
|
||||
*
|
||||
* @return 表名
|
||||
*/
|
||||
String value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user