org.codehaus.nanning.config
Class P.MethodAttribute

java.lang.Object
  extended byorg.codehaus.nanning.config.Pointcut
      extended byorg.codehaus.nanning.config.P.MethodAttribute
Enclosing class:
P

public static class P.MethodAttribute
extends Pointcut


Constructor Summary
P.MethodAttribute(java.lang.String attribute)
           
 
Method Summary
 boolean adviseMethod(AspectInstance instance, Mixin mixin, java.lang.reflect.Method method)
          Override this method for a pointcut that selects methods to advise.
 java.lang.String getAttribute()
           
 
Methods inherited from class org.codehaus.nanning.config.Pointcut
advise, advise, advise, introduce, introduceOn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P.MethodAttribute

public P.MethodAttribute(java.lang.String attribute)
Method Detail

getAttribute

public java.lang.String getAttribute()

adviseMethod

public boolean adviseMethod(AspectInstance instance,
                            Mixin mixin,
                            java.lang.reflect.Method method)
Description copied from class: Pointcut
Override this method for a pointcut that selects methods to advise.

Overrides:
adviseMethod in class Pointcut
Parameters:
instance -
mixin -
method -
Returns:


Copyright © Jon Tirsen. All Rights Reserved.