1 package org.jboss.cache.aop;2 3 /**4 * Marker interface for use in aop annotation declaration. For example, can use this in pojo5 * annotation instead of declaring jboss-aop.xml.6 * @author Ben Wang7 */8 public interface AopMarker {9 }10