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