com.googlecode.androidannotations.processing
Class EBeanProcessor

java.lang.Object
  extended by com.googlecode.androidannotations.processing.EBeanProcessor
All Implemented Interfaces:
HasTarget, GeneratingElementProcessor

public class EBeanProcessor
extends Object
implements GeneratingElementProcessor


Field Summary
static String GET_INSTANCE_METHOD_NAME
           
 
Constructor Summary
EBeanProcessor()
           
 
Method Summary
 Class<? extends Annotation> getTarget()
           
 void process(Element element, com.sun.codemodel.JCodeModel codeModel, EBeansHolder eBeansHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_INSTANCE_METHOD_NAME

public static final String GET_INSTANCE_METHOD_NAME
See Also:
Constant Field Values
Constructor Detail

EBeanProcessor

public EBeanProcessor()
Method Detail

getTarget

public Class<? extends Annotation> getTarget()
Specified by:
getTarget in interface HasTarget

process

public void process(Element element,
                    com.sun.codemodel.JCodeModel codeModel,
                    EBeansHolder eBeansHolder)
             throws Exception
Specified by:
process in interface GeneratingElementProcessor
Throws:
Exception


Copyright © 2010-2013. All Rights Reserved.