KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > cache > aop > CachedCollectionInterceptor


1 /*
2  * JBoss, the OpenSource J2EE webOS
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  */

7 package org.jboss.cache.aop;
8
9
10 /**
11  * A marker interface for now.
12  *
13  * @author Ben Wang
14  */

15
16 public interface CachedCollectionInterceptor
17       extends org.jboss.aop.advice.Interceptor
18 {
19 }
20
Popular Tags