net.sf.jzeno.aop
Interface AspectChainModifier


public interface AspectChainModifier

This interface allows you to define a piece of code that can modify the standard aspect chain. Use with care !


Method Summary
 Aspect modifyChain(Aspect firstOfChain, java.lang.Class interfaceType)
           
 

Method Detail

modifyChain

Aspect modifyChain(Aspect firstOfChain,
                   java.lang.Class interfaceType)