
com.github.edgar615.util.spring.jdbc.JdbcCache Maven / Gradle / Ivy
package com.github.edgar615.util.spring.jdbc;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
@Deprecated
public @interface JdbcCache {
/**
* 表名
* @return
*/
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy