com.googlecode.androidannotations.processing
Class EBeanProcessor

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

public class EBeanProcessor
extends AnnotationHelper
implements ElementProcessor


Field Summary
static java.lang.String GET_INSTANCE_METHOD_NAME
           
 
Fields inherited from class com.googlecode.androidannotations.helper.AnnotationHelper
processingEnv
 
Constructor Summary
EBeanProcessor(javax.annotation.processing.ProcessingEnvironment processingEnv)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> getTarget()
           
 void process(javax.lang.model.element.Element element, com.sun.codemodel.JCodeModel codeModel, EBeansHolder eBeansHolder)
           
 
Methods inherited from class com.googlecode.androidannotations.helper.AnnotationHelper
findAnnotationMirror, getElementUtils, getTypeUtils, isAbstract, isAnnotation, isFinal, isInterface, isPrivate, isSubtype, isSubtype, isSynchronized, printAnnotationError, printAnnotationMessage, printAnnotationWarning, printError, typeElementFromQualifiedName
 
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 java.lang.String GET_INSTANCE_METHOD_NAME
See Also:
Constant Field Values
Constructor Detail

EBeanProcessor

public EBeanProcessor(javax.annotation.processing.ProcessingEnvironment processingEnv)
Method Detail

getTarget

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

process

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


Copyright © 2010-2012. All Rights Reserved.