1 package org.jboss.cache.aop; 2 3 /** 4 * Marker interface for use in aop annotation declaration. For example, can use this in pojo 5 * annotation instead of declaring jboss-aop.xml. This is used specifically for instanceof 6 * declaration. 7 * @author Ben Wang 8 */ 9 public interface InstanceOfAopMarker { 10 } 11