org.androidtransfuse.analysis.module
Class BindInterceptorProcessor

Package class diagram package BindInterceptorProcessor
java.lang.Object
  extended by org.androidtransfuse.analysis.module.MethodProcessor
      extended by org.androidtransfuse.analysis.module.BindInterceptorProcessor

public class BindInterceptorProcessor
extends MethodProcessor

Adds the given annotated method return type as a MethodInterceptor associated with input the annotation value.

Author:
John Ericksen

Constructor Summary
BindInterceptorProcessor(AOPRepository aopRepository)
           
 
Method Summary
 void innerProcess(ASTType returnType, ASTType annotationValue)
           
 
Methods inherited from class org.androidtransfuse.analysis.module.MethodProcessor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindInterceptorProcessor

@Inject
public BindInterceptorProcessor(AOPRepository aopRepository)
Method Detail

innerProcess

public void innerProcess(ASTType returnType,
                         ASTType annotationValue)
Specified by:
innerProcess in class MethodProcessor


Copyright © 2012. All Rights Reserved.