jodd.proxetta
Interface ProxyAdvice


public interface ProxyAdvice

ProxyAdvice is the code portion of an aspect, i.e. the logic that replaces crosscutting concern.


Method Summary
 java.lang.Object execute()
          Intercepts wrapped method.
 

Method Detail

execute

java.lang.Object execute()
                         throws java.lang.Exception
Intercepts wrapped method.

Throws:
java.lang.Exception


Copyright ©2008 Jodd Team