org.androidtransfuse.analysis.astAnalyzer
Class AOPProxyAspect
java.lang.Object
org.androidtransfuse.analysis.astAnalyzer.AOPProxyAspect
public class AOPProxyAspect
- extends Object
Represents the AOP proxy Method Interceptors. This aspect is applied to the InjectionNode and used during the
object instantiation generation.
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AOPProxyAspect
public AOPProxyAspect()
getMethodInterceptors
public Map<ASTMethod,Set<InjectionNode>> getMethodInterceptors()
addInterceptor
public void addInterceptor(ASTMethod astMethod,
InjectionNode interceptorInjectionNode)
Copyright © 2012. All Rights Reserved.