Uses of Class
com.googlecode.androidannotations.model.AnnotationElementsHolder

Packages that use AnnotationElementsHolder
com.googlecode.androidannotations.model   
com.googlecode.androidannotations.validation   
 

Uses of AnnotationElementsHolder in com.googlecode.androidannotations.model
 

Methods in com.googlecode.androidannotations.model that return AnnotationElementsHolder
 AnnotationElementsHolder ModelExtractor.extract(Set<? extends TypeElement> annotations, 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 com.googlecode.androidannotations.validation
 

Methods in com.googlecode.androidannotations.validation with parameters of type AnnotationElementsHolder
 AnnotationElements ModelValidator.validate(AnnotationElementsHolder extractedModel)
           
 



Copyright © 2010-2013. All Rights Reserved.