org.androidannotations.handler
Class AnnotationHandlers
java.lang.Object
org.androidannotations.handler.AnnotationHandlers
public class AnnotationHandlers
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationHandlers
public AnnotationHandlers(ProcessingEnvironment processingEnvironment)
get
public List<AnnotationHandler<? extends GeneratedClassHolder>> get()
getGenerating
public List<GeneratingAnnotationHandler<? extends GeneratedClassHolder>> getGenerating()
getDecorating
public List<AnnotationHandler<? extends GeneratedClassHolder>> getDecorating()
setAndroidEnvironment
public void setAndroidEnvironment(IRClass rClass,
AndroidSystemServices androidSystemServices,
AndroidManifest androidManifest)
setValidatedModel
public void setValidatedModel(AnnotationElements validatedModel)
setProcessHolder
public void setProcessHolder(ProcessHolder processHolder)
getSupportedAnnotationTypes
public Set<String> getSupportedAnnotationTypes()
Copyright © 2010-2014. All Rights Reserved.