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

cn.dreampie.common.ehcache.CacheNameRemove Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package cn.dreampie.common.ehcache;

import java.lang.annotation.*;

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

  String[] keys() default {};
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy