Deprecated方法增加since描述
This commit is contained in:
@@ -39,7 +39,7 @@ import java.lang.annotation.*;
|
||||
*
|
||||
* @deprecated replace by org.redkale.persistence.Table
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since = "2.8.0")
|
||||
@Target(TYPE)
|
||||
@Retention(RUNTIME)
|
||||
public @interface Table {
|
||||
|
||||
Reference in New Issue
Block a user