com.googlecode.androidannotations.model
Class ModelExtractor
java.lang.Object
com.googlecode.androidannotations.model.ModelExtractor
public class ModelExtractor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelExtractor
public ModelExtractor(ProcessingEnvironment processingEnv,
Set<Class<? extends Annotation>> lookupAnnotations)
extract
public AnnotationElementsHolder extract(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Extracts annotated elements on elements given to the annotation processor
as well as annotations in their superclasses
Copyright © 2010-2013. All Rights Reserved.