org.androidtransfuse.analysis.module
Class ModuleProcessor
java.lang.Object
org.androidtransfuse.analysis.module.ModuleProcessor
public class ModuleProcessor
- extends Object
Central module processor class. Scanns the input AST elements for the appropriate annotations and registers
the results with the given processor. For instance:
{@code
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleProcessor
@Inject
public ModuleProcessor(BindProcessor bindProcessor,
BindProviderProcessor bindProviderProcessor,
BindInterceptorProcessor bindInterceptorProcessor,
ASTClassFactory astClassFactory)
processMethod
public void processMethod(ASTMethod astMethod)
Copyright © 2012. All Rights Reserved.