
ru.saidgajiev.ormnext.cache.Cacheable Maven / Gradle / Ivy
package ru.saidgajiev.ormnext.cache;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotate entity classes with this annotation for caching.
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Cacheable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy