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

cn.dreampie.web.cache.CacheRemove Maven / Gradle / Ivy

package cn.dreampie.web.cache;

import java.lang.annotation.*;

/**
 * Created by wangrenhui on 14-4-18.
 */
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
public @interface CacheRemove {
  String name();

  String[] keys() default {};
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy