org.androidannotations.model
Class ModelExtractor

java.lang.Object
  extended by org.androidannotations.model.ModelExtractor

public class ModelExtractor
extends Object


Constructor Summary
ModelExtractor()
           
 
Method Summary
 AnnotationElementsHolder extract(Set<? extends TypeElement> annotations, Set<String> annotationTypesToCheck, 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()
Method Detail

extract

public AnnotationElementsHolder extract(Set<? extends TypeElement> annotations,
                                        Set<String> annotationTypesToCheck,
                                        RoundEnvironment roundEnv)
Extracts annotated elements on elements given to the annotation processor as well as annotations in their superclasses



Copyright © 2010-2014. All Rights Reserved.