org.androidannotations.handler
Class EIntentServiceHandler
java.lang.Object
org.androidannotations.handler.BaseAnnotationHandler<EIntentServiceHolder>
org.androidannotations.handler.EIntentServiceHandler
- All Implemented Interfaces:
- AnnotationHandler<EIntentServiceHolder>, GeneratingAnnotationHandler<EIntentServiceHolder>
public class EIntentServiceHandler
- extends BaseAnnotationHandler<EIntentServiceHolder>
- implements GeneratingAnnotationHandler<EIntentServiceHolder>
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 |
EIntentServiceHandler
public EIntentServiceHandler(ProcessingEnvironment processingEnvironment)
createGeneratedClassHolder
public EIntentServiceHolder createGeneratedClassHolder(ProcessHolder processHolder,
TypeElement annotatedElement)
throws Exception
- Specified by:
createGeneratedClassHolder
in interface GeneratingAnnotationHandler<EIntentServiceHolder>
- Throws:
Exception
validate
public void validate(Element element,
AnnotationElements validatedElements,
IsValid valid)
- Specified by:
validate
in class BaseAnnotationHandler<EIntentServiceHolder>
process
public void process(Element element,
EIntentServiceHolder holder)
- Specified by:
process
in interface AnnotationHandler<EIntentServiceHolder>
Copyright © 2010-2014. All Rights Reserved.