org.springframework.config.java.aspects
Class RequiredMethodInvocationTracker
java.lang.Object
org.springframework.config.java.aspects.RequiredMethodInvocationTracker
public class RequiredMethodInvocationTracker
- extends Object
Aspect that weaves tracking logic into methods annotated with Spring's
@Required
annotation. Requires AspectJ bytecode (load-time
or build-time) weaving to function.
- Author:
- Chris Beams
- See Also:
Configuration.checkRequired()
,
META-INF/aop.xml
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequiredMethodInvocationTracker
public RequiredMethodInvocationTracker()
logRequiredMethodInvocation
public void logRequiredMethodInvocation(org.aspectj.lang.JoinPoint jp)
getInvocationRegistry
public static RequiredMethodInvocationRegistry getInvocationRegistry()
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.