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

com.kould.annotation.CacheEntity Maven / Gradle / Ivy

The newest version!
package com.kould.annotation;

import com.kould.api.KacheEntity;

import java.lang.annotation.*;

@Inherited
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface CacheEntity {
    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy