1 /*2 * JBoss, the OpenSource J2EE webOS3 *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 Wang14 */15 16 public interface CachedCollectionInterceptor17 extends org.jboss.aop.advice.Interceptor18 {19 }20