org.androidtransfuse.analysis.module
Class BindProcessor

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

public class BindProcessor
extends MethodProcessor

Associates the given return type with the annotated field as a binding.

Author:
John Ericksen

Constructor Summary
BindProcessor(VariableInjectionBuilderFactory variableInjectionBuilderFactory, InjectionNodeBuilderRepositoryFactory injectionNodeBuilders)
           
 
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

BindProcessor

@Inject
public BindProcessor(VariableInjectionBuilderFactory variableInjectionBuilderFactory,
                            InjectionNodeBuilderRepositoryFactory injectionNodeBuilders)
Method Detail

innerProcess

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


Copyright © 2012. All Rights Reserved.