Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » aspectj » annotation » [javadoc | source]
org.springframework.aop.aspectj.annotation
class: InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut [javadoc | source]
java.lang.Object
   org.springframework.aop.support.DynamicMethodMatcher
      org.springframework.aop.support.DynamicMethodMatcherPointcut
         org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut

All Implemented Interfaces:
    Pointcut, MethodMatcher

Pointcut implementation that changes its behaviour when the advice is instantiated. Note that this is a dynamic pointcut. Otherwise it might be optimized out if it does not at first match statically.
Method from org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut Summary:
matches,   matches
Methods from org.springframework.aop.support.DynamicMethodMatcherPointcut:
getClassFilter,   getMethodMatcher
Methods from org.springframework.aop.support.DynamicMethodMatcher:
isRuntime,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut Detail:
 public boolean matches(Method method,
    Class targetClass) 
 public boolean matches(Method method,
    Class targetClass,
    Object[] args)