![JAR search and dependency download from the Maven repository](/logo.png)
com.weicoder.ssh.annotation.Cache Maven / Gradle / Ivy
package com.weicoder.ssh.annotation;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
* 使用实体缓存
* @author WD
* @version 1.0
*/
@Target(TYPE)
@Retention(RUNTIME)
public @interface Cache {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy