Uses of Class
org.androidannotations.model.AnnotationElementsHolder

Packages that use AnnotationElementsHolder
org.androidannotations.model   
org.androidannotations.process   
 

Uses of AnnotationElementsHolder in org.androidannotations.model
 

Methods in org.androidannotations.model that return AnnotationElementsHolder
 AnnotationElementsHolder ModelExtractor.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
 AnnotationElementsHolder AnnotationElementsHolder.validatingHolder()
           
 

Uses of AnnotationElementsHolder in org.androidannotations.process
 

Methods in org.androidannotations.process with parameters of type AnnotationElementsHolder
 AnnotationElements ModelValidator.validate(AnnotationElementsHolder extractedModel)
           
 



Copyright © 2010-2014. All Rights Reserved.