@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface Cachingこのアノテーションをメタアノテーションとして使用して、属性をオーバーライドしたカスタム合成アノテーションを作成できます。
public abstract Cacheable[] cacheable
public abstract CachePut[] put
public abstract CacheEvict[] evict