org.androidannotations.handler
Class RootContextHanlder

java.lang.Object
  extended by org.androidannotations.handler.BaseAnnotationHandler<EBeanHolder>
      extended by org.androidannotations.handler.RootContextHanlder
All Implemented Interfaces:
AnnotationHandler<EBeanHolder>

public class RootContextHanlder
extends BaseAnnotationHandler<EBeanHolder>


Field Summary
 
Fields inherited from class org.androidannotations.handler.BaseAnnotationHandler
androidManifest, androidSystemServices, processHolder, processingEnv, rClass, validatedModel, validatorHelper
 
Constructor Summary
RootContextHanlder(ProcessingEnvironment processingEnvironment)
           
 
Method Summary
 void process(Element element, EBeanHolder holder)
           
 void validate(Element element, AnnotationElements validatedElements, IsValid valid)
           
 
Methods inherited from class org.androidannotations.handler.BaseAnnotationHandler
classes, codeModel, generateApiClass, getTarget, processingEnvironment, refClass, refClass, setAndroidEnvironment, setProcessHolder, setValidatedModel, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootContextHanlder

public RootContextHanlder(ProcessingEnvironment processingEnvironment)
Method Detail

validate

public void validate(Element element,
                     AnnotationElements validatedElements,
                     IsValid valid)
Specified by:
validate in class BaseAnnotationHandler<EBeanHolder>

process

public void process(Element element,
                    EBeanHolder holder)


Copyright © 2010-2014. All Rights Reserved.