org.codehaus.nanning.config
Class P.And

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

public static class P.And
extends Pointcut


Constructor Summary
P.And(Pointcut pointcut1, Pointcut pointcut2)
           
 
Method Summary
 boolean adviseMethod(AspectInstance instance, Mixin mixin, java.lang.reflect.Method method)
          Override this method for a pointcut that selects methods to advise.
 
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.And

public P.And(Pointcut pointcut1,
             Pointcut pointcut2)
Method Detail

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.