All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.weicoder.ssh.annotation.Cache Maven / Gradle / Ivy

There is a newer version: 3.4.3-jdk8
Show newest version
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