com.googlecode.androidannotations.model
Class ModelExtractor

java.lang.Object
  extended by com.googlecode.androidannotations.model.ModelExtractor

public class ModelExtractor
extends Object


Constructor Summary
ModelExtractor(ProcessingEnvironment processingEnv, Set<Class<? extends Annotation>> lookupAnnotations)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelExtractor

public ModelExtractor(ProcessingEnvironment processingEnv,
                      Set<Class<? extends Annotation>> lookupAnnotations)
Method Detail

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.