KickJava   Java API By Example, From Geeks To Geeks.

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


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.
6  * @author Ben Wang
7  */

8 public interface AopMarker {
9 }
10
Popular Tags